From fe292dfe188c7807656bfdd34a56ef8f1185417e Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 7 Aug 2000 02:50:11 +0000 Subject: 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. --- net/ddclient/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/ddclient/Makefile (limited to 'net/ddclient/Makefile') 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" -- cgit v1.2.3