aboutsummaryrefslogtreecommitdiff
path: root/security/nmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r--security/nmap/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index e09bd2a96220..31757464ce78 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/dist/ \
http://www.mobis.com/ajax/projects/
DISTNAME= nmap-${PORTVERSION:S/.b/BETA/}
EXTRACT_SUFX= .tgz
-PLIST= pkg-plist
+
MAINTAINER= dominic_marks@btinternet.com
.include <bsd.port.pre.mk>
@@ -25,24 +25,9 @@ CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1?= nmap.1
-pre-configure:
-.if !defined (HAVE_GTK)
- @${SED} -e "s,) nmapfe/nmapfe,),g" \
- ${WRKSRC}/Makefile.in > ${WRKDIR}/Makefile.in.temp
- @${MV} ${WRKDIR}/Makefile.in.temp ${WRKSRC}/Makefile.in
-.else
- @${SED} -e "s,gtk-config,gtk12-config,g" \
- ${WRKSRC}/nmapfe/configure > ${WRKDIR}/configure.temp
- @${MV} ${WRKDIR}/configure.temp ${WRKSRC}/nmapfe/configure
-.endif
-
.if !target(post-install) && (${PORTNAME} == "nmap")
post-install:
@strip ${PREFIX}/bin/nmap
-.if defined (HAVE_GTK)
- cd ${WRKSRC} && ${MAKE} install-nmapfe
- echo "bin/nmapfe" >> ${PLIST}
-.endif
.endif
.include <bsd.port.post.mk>