aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ddup/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-01 10:08:06 +0800
committersteve <steve@FreeBSD.org>1999-11-01 10:08:06 +0800
commit256479526067416cbab344cd3a137f424e700bc2 (patch)
tree9f3a7c623d568d71c7507a2a7097cbdd2cebf2e8 /dns/ddup/Makefile
parent428e6cc83faefe3c256dbb9090ae392f766b6048 (diff)
downloadfreebsd-ports-gnome-256479526067416cbab344cd3a137f424e700bc2.tar.gz
freebsd-ports-gnome-256479526067416cbab344cd3a137f424e700bc2.tar.zst
freebsd-ports-gnome-256479526067416cbab344cd3a137f424e700bc2.zip
Initial import of ddup version 2.0.4.
A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
Diffstat (limited to 'dns/ddup/Makefile')
-rw-r--r--dns/ddup/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile
new file mode 100644
index 000000000000..b6e9f5150e5c
--- /dev/null
+++ b/dns/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>