2002-07-24 13:00:09 +02:00
|
|
|
# New ports collection makefile for: ez-ipupdate
|
|
|
|
# Date created: 24 July 2002
|
|
|
|
# Whom: se
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ez-ipupdate
|
2004-03-22 23:59:06 +01:00
|
|
|
PORTVERSION= 3.0.11b8
|
2005-11-17 19:55:18 +01:00
|
|
|
PORTREVISION= 3
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns
|
2005-02-15 22:13:20 +01:00
|
|
|
MASTER_SITES= http://dyn.pl/client/UNIX/ez-ipupdate/ \
|
|
|
|
http://www.yi.org/help/software/ \
|
|
|
|
http://www.devil-linux.us/pub/devel/sources/1.3/
|
2002-07-24 13:00:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Update your host name on any dynamic DNS service
|
2002-07-24 13:00:09 +02:00
|
|
|
|
2005-11-17 19:55:18 +01:00
|
|
|
USE_RC_SUBR= ez-ipupdate.sh
|
2002-07-24 13:00:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
2007-08-04 13:41:30 +02:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
|
2002-07-24 13:00:09 +02:00
|
|
|
for f in ${WRKSRC}/example-*.conf; \
|
|
|
|
do \
|
2007-08-04 13:41:30 +02:00
|
|
|
${INSTALL_DATA} $$f ${PREFIX}/share/examples/${PORTNAME}/; \
|
2002-07-24 13:00:09 +02:00
|
|
|
done
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/example.conf \
|
2007-08-04 13:41:30 +02:00
|
|
|
${PREFIX}/etc/${PORTNAME}.conf.sample
|
2002-07-24 13:00:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|