summaryrefslogtreecommitdiff
path: root/net/ddup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ddup/Makefile')
-rw-r--r--net/ddup/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile
new file mode 100644
index 000000000000..b6e9f5150e5c
--- /dev/null
+++ b/net/ddup/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ddup
+# Version required: 2.0.4
+# Date created: 30 September 1999
+# Whom: cjm2
+#
+# $FreeBSD$
+#
+
+DISTNAME= ddup-2.0.4
+CATEGORIES= net
+MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/
+
+MAINTAINER= cjm2@altavista.net
+
+WRKSRC= ${WRKDIR}/ddup-nic
+
+MAN1= ddup.1
+MANCOMPRESSED= no
+
+post-install:
+ strip ${PREFIX}/sbin/ddup
+
+.include <bsd.port.mk>