summaryrefslogtreecommitdiff
path: root/net/ez-ipupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ez-ipupdate/Makefile')
-rw-r--r--net/ez-ipupdate/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile
new file mode 100644
index 00000000000..2ac016295e7
--- /dev/null
+++ b/net/ez-ipupdate/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $
+
+DISTNAME= ez-ipupdate-3.0.11b7
+CATEGORIES= net
+MASTER_SITES= http://www.ez-ipupdate.com/dist/
+
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://www.ez-ipupdate.com/
+COMMENT= Client to update dynamic DNS entries
+
+GNU_CONFIGURE= yes
+USE_PKGINSTALL= yes
+
+EGDIR= ${PREFIX}/share/examples/ez-ipupdate
+RCD_SCRIPTS= ez-ipupdate
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= post-patch
+SUBST_MESSAGE.path= "Correcting paths in example scripts."
+SUBST_FILES.path= example-*.conf example.conf
+SUBST_SED.path= -e "s|/usr/local|${PREFIX}|g"
+SUBST_SED.path+= -e "s|cache-file=/etc/|cache-file=${PKG_SYSCONFDIR}/|g"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/example.conf ${EGDIR}/ez-ipupdate.conf
+ ${INSTALL_DATA} ${WRKSRC}/example-*.conf ${EGDIR}/
+
+.include "../../mk/bsd.pkg.mk"