1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/ez-ipupdate/Makefile
Stefan Eßer 25af810603 Fix MASTER_SITES and name of web-site.
Approved by:	portmgr
2003-09-21 20:08:57 +00:00

31 lines
763 B
Makefile

# New ports collection makefile for: ez-ipupdate
# Date created: 24 July 2002
# Whom: se
#
# $FreeBSD$
#
PORTNAME= ez-ipupdate
PORTVERSION= 3.0.11b7
CATEGORIES= dns
MASTER_SITES= http://www.ez-ipupdate.com/dist/ \
http://www.gusnet.cx:8080/proj/ez-ipupdate/dist/
MAINTAINER= se@FreeBSD.org
COMMENT= Update your host name on any dynamic DNS service
USE_RC_SUBR= yes
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/examples/ez-ipupdate
for f in ${WRKSRC}/example-*.conf; \
do \
${INSTALL_DATA} $$f ${PREFIX}/share/examples/ez-ipupdate/; \
done
${INSTALL_DATA} ${WRKSRC}/example.conf \
${PREFIX}/etc/ez-ipupdate.conf.sample
${INSTALL_SCRIPT} ${FILESDIR}/ez-ipupdate.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>