summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-03 10:39:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-03 10:39:40 +0000
commitb1ab7184f143baf560232292022c1f267cfc2675 (patch)
treeae066297ce5449a4683170cc245fb6daccf5c293 /net-mgmt
parentApproved by: vanilla (maintainer) (diff)
- Use GNU_CONFIGURE
- Bump PORTREVISION Noticed by: kris via bento
Notes
Notes: svn path=/head/; revision=88427
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pixilate/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index 81a24165b9cd..8a47a6cbe5b4 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/pixilate/Makefile
@@ -6,7 +6,7 @@
PORTNAME= pixilate
PORTVERSION= 0.4
-#PORTREVISION= 3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint
@@ -18,13 +18,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/pixilate
-HAS_CONFIGURE= yes
-
LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+= -I${LOCALBASE}/include
LIBS= `${LIBNET_CONFIG} --libs`
-#GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= pixilate.1