diff options
author | salo <salo@pkgsrc.org> | 2003-03-22 04:08:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-22 04:08:20 +0000 |
commit | ed165fa965308b960cf21b113283064be4b39303 (patch) | |
tree | 2b9462ec62dff2b5eda9c177a7e948c070308a72 /net | |
parent | 9633913231ea0d9162ede38329e67d104f4d5bd6 (diff) | |
download | pkgsrc-ed165fa965308b960cf21b113283064be4b39303.tar.gz |
Sync with nmap, bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/nmapfe/Makefile | 13 | ||||
-rw-r--r-- | net/nmapfe/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index 61140f5e056..a0d4d773468 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/11/26 21:46:11 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/22 04:08:20 salo Exp $ +# -DISTNAME= nmap-3.00 +DISTNAME= nmap-3.20 PKGNAME= nmapfe-0.9.5 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= http://codebox.net/download/ EXTRACT_SUFX= .tgz @@ -13,9 +15,10 @@ COMMENT= graphical front end to the nmap port scanner DEPENDS+= nmap-[23].*:../../net/nmap DEPENDS+= gtk+-1.2.*:../../x11/gtk -HAS_CONFIGURE= Yes -CONFIGURE_ENV+= INSTALL=${INSTALL} -CONFIGURE_ARGS+=--prefix=${PREFIX} +GNU_CONFIGURE= YES + +PATCHDIR= ${.CURDIR}/../../net/nmap/patches +DISTINFO_FILE= ${.CURDIR}/../../net/nmap/distinfo .include "../../mk/bsd.prefs.mk" diff --git a/net/nmapfe/distinfo b/net/nmapfe/distinfo deleted file mode 100644 index d130fa4bbaf..00000000000 --- a/net/nmapfe/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/08/03 12:45:52 hubertf Exp $ - -SHA1 (nmap-3.00.tgz) = 7c51c4013bf70c223b81af5a5a171fc9af011df2 -Size (nmap-3.00.tgz) = 922293 bytes |