From 12a21ddb5bd9f6e2df7ed546bb25c54ee6613d92 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 27 May 2002 17:36:35 +0000 Subject: Portlint this, and remove the 1/2backed nmapfe GUI support as there is a proper nmapfe port. I do as one that created and maintained this port for 4 years. --- security/nmap/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'security/nmap/Makefile') 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 @@ -25,24 +25,9 @@ CFLAGS+= -DDLT_RAW=12 # for obsoleted .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 -- cgit v1.2.3