2019-06-29 05:35:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ntpsec
|
2020-01-10 06:00:54 +01:00
|
|
|
DISTVERSIONPREFIX= NTPsec_
|
|
|
|
DISTVERSION= 1_1_8
|
2020-04-10 18:42:54 +02:00
|
|
|
PORTREVISION= 2
|
2019-06-29 05:35:37 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Network Time Protocol suite, refactored
|
|
|
|
|
2020-04-10 17:47:02 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2020-04-10 17:49:33 +02:00
|
|
|
BUILD_DEPENDS= asciidoc:textproc/asciidoc
|
2020-04-10 17:47:02 +02:00
|
|
|
LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
|
2019-06-29 05:35:37 +02:00
|
|
|
|
2020-01-10 06:00:54 +01:00
|
|
|
USES= bison gettext-runtime pkgconfig python shebangfix ssl waf
|
2019-06-29 05:35:37 +02:00
|
|
|
SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py
|
2020-01-10 06:00:54 +01:00
|
|
|
USE_GITHUB= yes
|
2019-06-29 05:35:37 +02:00
|
|
|
|
2020-05-19 02:45:01 +02:00
|
|
|
CONFLICTS= ntp ntp-devel openntpd
|
|
|
|
|
2019-06-29 08:18:12 +02:00
|
|
|
MAKE_ENV= NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPsec/ntpsec/issues/599
|
|
|
|
|
2020-04-19 09:45:31 +02:00
|
|
|
PORTSCOUT= limit:^\d+\. # prevent alpha-numeric strings
|
2020-01-12 10:07:51 +01:00
|
|
|
|
2019-06-29 08:18:12 +02:00
|
|
|
post-install: # autoplist: plist varies depending on the python version
|
|
|
|
@cd ${STAGEDIR}${PREFIX} && \
|
2020-04-10 18:42:54 +02:00
|
|
|
${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
|
2019-06-29 08:18:12 +02:00
|
|
|
|
2019-06-29 05:35:37 +02:00
|
|
|
.include <bsd.port.mk>
|