# # $Id: Makefile 831 2007-08-24 11:11:18Z root $ # $URL: file:///usr2/svn/ports5/x11/xorg-iceauth/Makefile $ # PORTNAME= iceauth PORTVERSION= 1.0.6 X11_CATEGORY= app MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/ CATEGORIES= x11 DIST_SUBDIR= x11 #PKGNAMEPREFIX= xutil- MAINTAINER= onborodin@gmail.com COMMENT= X.org X11R7 module BUILD_DEPENDS+= pkg-config:devel/pkg-config BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/x11.pc:x11/libX11 BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/ice.pc:x11/libICE BUILD_DEPENDS+= ${RUN_DEPENDS} LIB_DEPENDS+= libICE.so:x11/libICE BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/xproto.pc:xproto/xproto BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/xextproto.pc:xproto/xextproto USES+= tar:bzip2 USES+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES+= bin/iceauth PLIST_FILES+= man/man1/iceauth.1.gz .include #EOF