summaryrefslogtreecommitdiff
path: root/net/netcat6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netcat6/Makefile')
-rw-r--r--net/netcat6/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/netcat6/Makefile b/net/netcat6/Makefile
new file mode 100644
index 00000000000..b8b454ad57f
--- /dev/null
+++ b/net/netcat6/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 15:49:41 ghen Exp $
+
+DISTNAME= nc6-0.5
+PKGNAME= ${DISTNAME:S/nc/netcat/}
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/
+MASTER_SITES+= http://ftp.deepspace6.net/pub/ds6/sources/nc6/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= ghen@NetBSD.org
+COMMENT= Network swiss army knife
+HOMEPAGE= http://www.deepspace6.net/projects/netcat6.html
+
+GNU_CONFIGURE= yes
+
+# don't auto-detect IPv6, use options.mk:
+CONFIGURE_ARGS+= --disable-stack-guess
+
+USE_PKGLOCALEDIR= yes
+
+.include "options.mk"
+
+.include "../../mk/bsd.pkg.mk"