summaryrefslogtreecommitdiff
path: root/net-mgmt/pixilate/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-13 19:10:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-13 19:10:20 +0000
commit32ee3cca72011407227d22a452ea577264e9691e (patch)
tree51527ba057ad5ad82dd8b9cc001c350be16d329c /net-mgmt/pixilate/Makefile
parentUpdate to 0.8.4. (diff)
- Fix configure
- Unbreak this port
Notes
Notes: svn path=/head/; revision=91085
Diffstat (limited to '')
-rw-r--r--net-mgmt/pixilate/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index befea7d1c86e..fdd89a4b8448 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/pixilate/Makefile
@@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= winfingerprint
MAINTAINER= krion@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
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \
+ ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
WRKSRC= ${WRKDIR}/pixilate
@@ -28,6 +27,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC
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}