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/nmapfe/Makefile | |
parent | 9633913231ea0d9162ede38329e67d104f4d5bd6 (diff) | |
download | pkgsrc-ed165fa965308b960cf21b113283064be4b39303.tar.gz |
Sync with nmap, bump PKGREVISION.
Diffstat (limited to 'net/nmapfe/Makefile')
-rw-r--r-- | net/nmapfe/Makefile | 13 |
1 files changed, 8 insertions, 5 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" |