diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:37:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-30 08:37:01 +0000 |
commit | 3aaba32e2ae9709ba4656040919a947823a89705 (patch) | |
tree | de9fef624d4094856e719d1f6ab7519c91cf1359 /net-mgmt/pixilate | |
parent | 841c67d6a1838f482914076bb1669c56f0d8c4e8 (diff) | |
download | ports-3aaba32e2ae9709ba4656040919a947823a89705.tar.gz ports-3aaba32e2ae9709ba4656040919a947823a89705.zip |
Notes
Diffstat (limited to 'net-mgmt/pixilate')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index 48ee311aced8..6fd67bfdc95a 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -11,11 +11,9 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= winfingerprint -MAINTAINER= bvi-ports@moria.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists -BROKEN= "Does not configure" - BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel WRKSRC= ${WRKDIR}/pixilate @@ -27,7 +25,7 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` CFLAGS+= -I${LOCALBASE}/include LIBS= `${LIBNET_CONFIG} --libs` #GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 |