aboutsummaryrefslogtreecommitdiff
path: root/net/ct/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-09 18:34:40 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-09 18:34:40 +0000
commitcb4ef1da1ed08d27c172d95f5d2bfc1d01348dfe (patch)
tree89da9f8085ec828a75bade79e2d716058cdcfc21 /net/ct/Makefile
parent95d751f6f69dbff223510662b73728d949d84b2e (diff)
Notes
Diffstat (limited to 'net/ct/Makefile')
-rw-r--r--net/ct/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ct/Makefile b/net/ct/Makefile
new file mode 100644
index 000000000000..88644d1ba89f
--- /dev/null
+++ b/net/ct/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: ct
+# Date created: Mon Jan 6 23:04:16 GMT 2003
+# Whom: TANAKA Takashi <tanaka@tahi.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ct
+PORTVERSION= 2.0.2
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.tahi.org/release/ct/
+
+MAINTAINER= tanaka@tahi.org
+
+BUILD_DEPENDS= ${LOCALBASE}/v6eval/bin/pktbuf:${PORTSDIR}/net/v6eval
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+MAKE_ENV+= "NUTTYPE=host"
+
+.include <bsd.port.mk>