diff options
Diffstat (limited to 'security/nmapfe/Makefile')
-rw-r--r-- | security/nmapfe/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile index 7a56ea41168c..a40ac0b21021 100644 --- a/security/nmapfe/Makefile +++ b/security/nmapfe/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: nmap # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) @@ -10,16 +9,8 @@ PORTNAME= nmapfe COMMENT= GUI frontend for the nmap scanning utility -RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap - MASTERDIR= ${.CURDIR}/../nmap -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gtk12 - -MAN1= nmapfe.1 xnmap.1 -ALL_TARGET= nbase/libnbase.a nmapfe/nmapfe -INSTALL_TARGET= install-nmapfe +BUILD_NMAPFE= yes .include "${MASTERDIR}/Makefile" |