aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmapfe/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-07-23 02:33:45 +0800
committerobrien <obrien@FreeBSD.org>1999-07-23 02:33:45 +0800
commit9a51fecca807b21a79494e71f415fee56bf7ba8b (patch)
tree1db76ffa767c1101cf6e7076c4d246112c2af5f8 /security/nmapfe/Makefile
parent2f0e8f06b4866cf63db4b4af348084ff2ffdf683 (diff)
downloadfreebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.tar.gz
freebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.tar.zst
freebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.zip
Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) that
simplifies the running of nmap for the point and shoot crowd.
Diffstat (limited to 'security/nmapfe/Makefile')
-rw-r--r--security/nmapfe/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index 7f8c03585263..29b44198dc11 100644
--- a/security/nmapfe/Makefile
+++ b/security/nmapfe/Makefile
@@ -4,10 +4,11 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $
+# $Id: Makefile,v 1.17 1999/04/07 19:00:04 fenner Exp $
#
-DISTNAME= nmap-2.12
+DISTNAME= nmap-2.2-BETA4
+PKGNAME= nmap-2.2b4
CATEGORIES= security net
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
ftp://relay.nuxi.com/pub/misc/
@@ -15,10 +16,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
.include <bsd.port.pre.mk>
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
+MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif