summaryrefslogtreecommitdiff
path: root/net/ddclient/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-07 02:50:11 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-07 02:50:11 +0000
commit2d0d49ec56f628d81924c2d8e02358e86aeb6b1b (patch)
tree62b7b6e24311ed03f629ac88d1d91765bd5e25e4 /net/ddclient/Makefile
parent3dd37433b56d682df66d122e53a1db6602b744e4 (diff)
downloadpkgsrc-2d0d49ec56f628d81924c2d8e02358e86aeb6b1b.tar.gz
ddclient is a Perl client used to update dynamic DNS entries for accounts
on Dynamic DNS Network Services' free DNS service. See http://www.dyndns.org for details on obtaining a free account. Comments can always be sent to: mailto:paul+ddclient@burry.dyndns.org If you use ddclient, please send a brief note to: mailto:paul+ddclient@burry.dyndns.org and indicate if you would like to be notified of new releases.
Diffstat (limited to 'net/ddclient/Makefile')
-rw-r--r--net/ddclient/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile
new file mode 100644
index 00000000000..4fe71e278f8
--- /dev/null
+++ b/net/ddclient/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/07 02:50:11 hubertf Exp $
+#
+
+DISTNAME= ddclient-2.3.1
+CATEGORIES= net
+MASTER_SITES= http://burry.net/ddclient/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://burry.net/ddclient
+
+NO_BUILD= yes
+
+do-install:
+ ${SED} \
+ -e 's,@LOCALBASE@,${LOCALBASE},g' \
+ -e 's,@PREFIX@,${PREFIX},g' \
+ <${WRKSRC}/ddclient >${PREFIX}/bin/ddclient
+ ${CHMOD} +x ${PREFIX}/bin/ddclient
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/sample-etc_cron.d_ddclient ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/sample-etc_dhcpc_dhcpcd-eth0.exe ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/sample-etc_ppp_ip-up.local ${PREFIX}/share/doc/ddclient
+ ${INSTALL_DATA} ${WRKSRC}/sample-ddclient.conf ${PREFIX}/etc/ddclient.conf-example
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddclient/contrib
+ ${INSTALL_DATA} ${WRKSRC}/contrib/* ${PREFIX}/share/doc/ddclient/contrib
+
+.include "../../mk/bsd.pkg.mk"