2016-11-25 19:31:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= void-zones-tools
|
2017-08-23 09:35:03 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 1.0.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 6
|
2016-11-25 19:31:53 +01:00
|
|
|
CATEGORIES= dns
|
|
|
|
|
|
|
|
MAINTAINER= vidar@karlsen.tech
|
|
|
|
COMMENT= Prepare a list of void zones that can be readily fed into Unbound
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-10-27 02:21:55 +02:00
|
|
|
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
|
|
|
|
|
2016-11-25 19:31:53 +01:00
|
|
|
USES= compiler:c11
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= cyclaero
|
|
|
|
|
2017-08-27 17:08:57 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-11-25 19:31:53 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hosts2zones ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/void-zones
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/void-zones-update.sh ${STAGEDIR}${PREFIX}/bin
|
|
|
|
|
2017-08-27 17:08:57 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2016-11-25 19:31:53 +01:00
|
|
|
.include <bsd.port.mk>
|