diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-22 18:33:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-22 18:33:45 +0000 |
commit | 7efe79f49b3588fcca43a1fefa6c7ebdf92a3dbf (patch) | |
tree | 8eca711f19969e880530646778fb36a136df871e /security/nmapfe | |
parent | 6aa2ebee92b58c65a057328e8c7caa66a3bc0c12 (diff) | |
download | ports-7efe79f49b3588fcca43a1fefa6c7ebdf92a3dbf.tar.gz ports-7efe79f49b3588fcca43a1fefa6c7ebdf92a3dbf.zip |
Notes
Diffstat (limited to 'security/nmapfe')
-rw-r--r-- | security/nmapfe/Makefile | 9 | ||||
-rw-r--r-- | security/nmapfe/distinfo | 2 | ||||
-rw-r--r-- | security/nmapfe/pkg-plist | 4 |
3 files changed, 11 insertions, 4 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 diff --git a/security/nmapfe/distinfo b/security/nmapfe/distinfo index 241cfe0e1267..d9985ab0a68d 100644 --- a/security/nmapfe/distinfo +++ b/security/nmapfe/distinfo @@ -1 +1 @@ -MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678 +MD5 (nmap-2.2-BETA4.tgz) = 23c3e6c7f4969338b79c8e6fa6c2ddbd diff --git a/security/nmapfe/pkg-plist b/security/nmapfe/pkg-plist index e8f74edf8c2f..f4f8755ff5f3 100644 --- a/security/nmapfe/pkg-plist +++ b/security/nmapfe/pkg-plist @@ -1,4 +1,6 @@ -@comment $Id: PLIST,v 1.3 1998/12/15 11:18:32 obrien Exp $ +@comment $Id: PLIST,v 1.4 1999/02/08 11:58:17 obrien Exp $ bin/nmap +bin/nmapfe +bin/xnmap share/misc/nmap-os-fingerprints share/misc/nmap-services |