1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/dns/ddns/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

32 lines
800 B
Makefile

# Created by: Natacha Porte <natbsd@instinctive.eu>
# $FreeBSD$
PORTNAME= ddns
PORTVERSION= 1.0
CATEGORIES= dns
MASTER_SITES= http://instinctive.eu/code/
MAINTAINER= natbsd@instinctive.eu
COMMENT= Lightweight UDP-based dynamic DNS updater
LICENSE= BSD
MAKEFILE= BSDmakefile
USES= tar:bzip2
USE_RC_SUBR= ddns_client ddns_server
SUB_FILES= pkg-message
PLIST_FILES= sbin/ddns-server sbin/ddns-client \
etc/ddns_client.conf.sample etc/ddns_server.conf.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ddns-client ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ddns-server ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${FILESDIR}/ddns_client.conf.sample \
${STAGEDIR}${PREFIX}/etc
${INSTALL_DATA} ${FILESDIR}/ddns_server.conf.sample \
${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>