Files
bsdports/x11/libXrender/Makefile
2019-12-26 07:26:06 +00:00

39 lines
885 B
Makefile

#
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
# $URL: file:///usr2/svn/ports5/x11/libXrender/Makefile $
#
PORTNAME= libXrender
PORTVERSION= 0.9.10
X11_CATEGORY= lib
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
CATEGORIES= x11
DIST_SUBDIR= x11
MAINTAINER= onborodin@gmail.com
COMMENT= X.org X11R7 module
BUILD_DEPENDS+= pkg-config:devel/pkg-config
BUILD_DEPENDS+= xproto>=0:xproto/xproto
BUILD_DEPENDS+= renderproto>=0:xproto/renderproto
BUILD_DEPENDS+= libX11>=0:x11/libX11
LIB_DEPENDS+= libX11.so:x11/libX11
LIB_DEPENDS+= libXau.so:x11/libXau
LIB_DEPENDS+= libXdmcp.so:x11/libXdmcp
RUN_DEPENDS+= xproto>=0:xproto/xproto
RUN_DEPENDS+= renderproto>=0:xproto/renderproto
USES+= tar:bzip2
USES+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
#EOF