diff options
author | hubertf <hubertf> | 2000-05-04 15:30:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-05-04 15:30:06 +0000 |
commit | c3014e82440227622d23cef75609ffb1a5faaa08 (patch) | |
tree | f597f47c09fc0d991c3ea36773e375a06b710bf4 /net/nmapfe/Makefile | |
parent | 45dd8378b52d83d755926e4d50d7070ba8a671e2 (diff) | |
download | pkgsrc-c3014e82440227622d23cef75609ffb1a5faaa08.tar.gz |
GTK-based frontend for nmap (portscanner)
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
Diffstat (limited to 'net/nmapfe/Makefile')
-rw-r--r-- | net/nmapfe/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile new file mode 100644 index 00000000000..e943e4e6f1c --- /dev/null +++ b/net/nmapfe/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $ + +DISTNAME= nmapfe-0.9.5 +CATEGORIES= net security +MASTER_SITES= http://codebox.net/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= reinoud@ibbnet.org +HOMEPAGE= http://www.insecure.org/nmap/index.html + +DEPENDS+= nmap-2.*:../../net/nmap +DEPENDS+= gtk+-1.2.*:../../x11/gtk + +GNU_CONFIGURE= Yes +CONFIGURE_ENV+= INSTALL=${INSTALL} + +WRKSRC= ${WRKDIR}/nmapfe + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS="" +.endif + +.include "../../mk/bsd.pkg.mk" |