diff options
author | krion <krion@FreeBSD.org> | 2003-10-18 02:15:57 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-18 02:15:57 +0800 |
commit | b3e201f4579f3605864fc0bd860c2467396cf669 (patch) | |
tree | 2e64f272901a5a2e041a5355dddc72383f6daed8 /net/pixilate/Makefile | |
parent | f2dff14fe169d44998623b85c028cd65c0946092 (diff) | |
download | freebsd-ports-gnome-b3e201f4579f3605864fc0bd860c2467396cf669.tar.gz freebsd-ports-gnome-b3e201f4579f3605864fc0bd860c2467396cf669.tar.zst freebsd-ports-gnome-b3e201f4579f3605864fc0bd860c2467396cf669.zip |
- Use autoconf253 and automake-1.5 as dependencies.
Diffstat (limited to 'net/pixilate/Makefile')
-rw-r--r-- | net/pixilate/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/pixilate/Makefile b/net/pixilate/Makefile index fdd89a4b8448..69e297777d06 100644 --- a/net/pixilate/Makefile +++ b/net/pixilate/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= winfingerprint MAINTAINER= krion@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \ - ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel WRKSRC= ${WRKDIR}/pixilate @@ -23,16 +22,14 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` CFLAGS+= -I${LOCALBASE}/include LIBS= `${LIBNET_CONFIG} --libs` GNU_CONFIGURE= yes +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= --add-missing + CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 -pre-configure: -.for i in install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/${i} ${WRKSRC} -.endfor - @${RM} -f ${WRKSRC}/config.cache - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |