summaryrefslogtreecommitdiff
path: root/dns/ez-ipupdate/Makefile
blob: 50df1fd72ef7e5db4b4c40211814b4e2f6401689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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://gusnet.cx/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>