summaryrefslogtreecommitdiff
path: root/net-mgmt/pixilate/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-17 18:15:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-17 18:15:57 +0000
commitbc1512a1313f395d30ffb6d09f2e38954620f6b2 (patch)
treeff069ef8a78e09a79aa7214a1b5eab4b97a70228 /net-mgmt/pixilate/Makefile
parentAvoid building lstat.o since we have lstat in libc. (diff)
- Use autoconf253 and automake-1.5 as dependencies.
Notes
Notes: svn path=/head/; revision=91522
Diffstat (limited to '')
-rw-r--r--net-mgmt/pixilate/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index fdd89a4b8448..69e297777d06 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/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}