1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/vizone/Makefile

31 lines
673 B
Makefile
Raw Normal View History

2013-05-07 13:53:08 +00:00
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= vizone
PORTVERSION= 0.1
CATEGORIES= dns
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
2012-07-25 11:24:09 +00:00
COMMENT= Updates the serial number in one or more zonefiles
USES= shebangfix perl5
USE_PERL5= run
2016-09-10 10:48:56 +00:00
NO_ARCH= yes
NO_BUILD= yes
2013-05-07 13:53:08 +00:00
SHEBANG_FILES= updserial
PORTEXAMPLES= example.tld
PLIST_FILES= bin/vizone bin/updserial
2014-07-03 23:59:50 +00:00
OPTIONS_DEFINE= EXAMPLES
do-install:
2013-10-22 21:30:14 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
2014-03-18 14:26:57 +00:00
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
2013-10-22 21:30:14 +00:00
${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>