diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-28 09:02:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-28 09:02:07 +0800 |
commit | 142dff1331acb0219fff1072100c99ce8d8e827a (patch) | |
tree | 905af08fcbc6c10645433359c018d93ae5a80818 /security/zenmap/Makefile | |
parent | 173a5c1bee5a64ff6ccda46be6449aa635192d00 (diff) | |
download | freebsd-ports-gnome-142dff1331acb0219fff1072100c99ce8d8e827a.tar.gz freebsd-ports-gnome-142dff1331acb0219fff1072100c99ce8d8e827a.tar.zst freebsd-ports-gnome-142dff1331acb0219fff1072100c99ce8d8e827a.zip |
Update to version 2.54 Beta 22. Nmapfe versions will now track nmap itself.
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r-- | security/zenmap/Makefile | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 215ef89aebc3..74b1d5008319 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -6,26 +6,20 @@ # $FreeBSD$ # -PORTNAME= nmapfe -PORTVERSION= 0.9.5 -CATEGORIES= security -MASTER_SITES= http://codebox.net/download/ \ - http://www.insecure.org/nmap/dist/ -EXTRACT_SUFX= .tgz +MASTERDIR= ${.CURDIR}/../nmap +PKGDIR= ${.CURDIR} -MAINTAINER= obrien@FreeBSD.org +PORTNAME= nmapfe RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap -.include <bsd.port.pre.mk> - -USE_XLIB= yes USE_GTK= yes -GNU_CONFIGURE= yes -WRKSRC:= ${WRKDIR}/nmapfe +#WRKSRC:= ${WRKSRC}/nmapfe +INSTALL_TARGET= install-nmapfe +MAN1= nmapfe.1 xnmap.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin - cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap +after-install: + test -e ${PREFIX}/bin/nmapfe \ + || (cd ${PREFIX}/bin ; ${LN} -f nmapfe xnmap) -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |