From 9a51fecca807b21a79494e71f415fee56bf7ba8b Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 22 Jul 1999 18:33:45 +0000 Subject: 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. --- security/nmapfe/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'security/nmapfe/Makefile') 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 +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 .endif -- cgit