aboutsummaryrefslogtreecommitdiffstats
path: root/net/dtcpclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dtcpclient/Makefile')
-rw-r--r--net/dtcpclient/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
new file mode 100644
index 000000000000..aa1ff6496b87
--- /dev/null
+++ b/net/dtcpclient/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dtcpclient
+# Date Created: Feb 27 2003
+# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dtcpclient
+PORTVERSION= 20030301
+#PORTREVISION= 0
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/
+
+MAINTAINER= ume@FreeBSD.org
+COMMENT= Dynamic Tunnel Configuration Protocol client
+
+MAN8= dtcpclient.8
+MANCOMPRESSED= yes
+
+post-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/dtcpclient.sh \
+ ${PREFIX}/etc/rc.d/dtcpclient.sh.sample
+
+.include <bsd.port.mk>