2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2019/07/12 20:48:24 sthen Exp $
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2007-08-02 15:50:26 +00:00
|
|
|
COMMENT= Dynamic DNS service update client
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2015-06-02 17:08:03 +00:00
|
|
|
DISTNAME= ddclient-3.8.3
|
2002-03-24 01:59:24 +00:00
|
|
|
CATEGORIES= net
|
2018-01-11 19:27:01 +00:00
|
|
|
REVISION= 1
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2005-10-14 07:58:11 +00:00
|
|
|
HOMEPAGE= http://ddclient.sourceforge.net/
|
|
|
|
|
2015-03-22 08:30:20 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2005-10-14 07:58:11 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/}
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2013-09-18 11:38:47 +00:00
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1 \
|
|
|
|
security/p5-IO-Socket-SSL
|
2007-03-23 10:48:02 +00:00
|
|
|
|
2002-03-24 01:59:24 +00:00
|
|
|
NO_BUILD= Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2004-02-02 17:35:01 +00:00
|
|
|
PKG_ARCH= *
|
2002-03-24 01:59:24 +00:00
|
|
|
|
2007-03-23 10:48:02 +00:00
|
|
|
SAMPLES= sample-etc_cron.d_ddclient sample-etc_ddclient.conf \
|
|
|
|
sample-etc_dhclient-exit-hooks sample-etc_dhcpc_dhcpcd-eth0.exe \
|
2009-03-07 13:43:42 +00:00
|
|
|
sample-etc_ppp_ip-up.local sample-ddclient-wrapper.sh
|
2007-03-23 10:48:02 +00:00
|
|
|
|
|
|
|
post-extract:
|
2015-09-18 19:35:04 +00:00
|
|
|
@sed -i -e "s,/var/cache/ddclient/,/var/db/ddclient/,g;" \
|
2007-03-23 10:48:02 +00:00
|
|
|
-e "s,/etc/ddclient/,${SYSCONFDIR}/ddclient/,g" \
|
|
|
|
${WRKSRC}/ddclient
|
|
|
|
|
|
|
|
do-install:
|
2005-10-14 07:58:11 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ddclient ${PREFIX}/sbin/
|
2002-03-24 01:59:24 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ddclient
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddclient
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/ddclient
|
2007-03-23 10:48:02 +00:00
|
|
|
.for i in ${SAMPLES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/ddclient
|
|
|
|
.endfor
|
2002-03-24 01:59:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|