mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# Created by: se
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ez-ipupdate
|
|
PORTVERSION= 3.0.11b8
|
|
PORTREVISION= 3
|
|
CATEGORIES= dns
|
|
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/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Update your host name on any dynamic DNS service
|
|
|
|
USE_RC_SUBR= ez-ipupdate
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
|
|
for f in ${WRKSRC}/example-*.conf; \
|
|
do \
|
|
${INSTALL_DATA} $$f ${PREFIX}/share/examples/${PORTNAME}/; \
|
|
done
|
|
${INSTALL_DATA} ${WRKSRC}/example.conf \
|
|
${PREFIX}/etc/${PORTNAME}.conf.sample
|
|
|
|
.include <bsd.port.mk>
|