2013-05-07 13:53:08 +00:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2007-08-13 21:37:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vizone
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= dns
|
2015-01-06 09:37:27 +00:00
|
|
|
MASTER_SITES= LOCAL/ehaupt
|
2007-08-13 21:37:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2012-07-25 11:24:09 +00:00
|
|
|
COMMENT= Updates the serial number in one or more zonefiles
|
2007-08-13 21:37:31 +00:00
|
|
|
|
2013-09-12 16:41:28 +00:00
|
|
|
USES= shebangfix perl5
|
|
|
|
USE_PERL5= run
|
2007-08-13 21:37:31 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-05-07 13:53:08 +00:00
|
|
|
SHEBANG_FILES= updserial
|
|
|
|
|
2007-08-13 21:37:31 +00:00
|
|
|
PORTEXAMPLES= example.tld
|
|
|
|
PLIST_FILES= bin/vizone bin/updserial
|
|
|
|
|
2014-07-03 23:59:50 +00:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2007-08-13 21:37:31 +00:00
|
|
|
do-install:
|
2013-10-22 21:30:14 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
|
2007-08-13 21:37:31 +00:00
|
|
|
|
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}
|
2007-08-13 21:37:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|