freebsd-ports/net/ntpsec/Makefile

32 lines
826 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= ntpsec
2020-01-10 06:00:54 +01:00
DISTVERSIONPREFIX= NTPsec_
DISTVERSION= 1_1_8
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Network Time Protocol suite, refactored
LICENSE= BSD2CLAUSE
2020-04-10 17:49:33 +02:00
BUILD_DEPENDS= asciidoc:textproc/asciidoc
LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
2020-01-10 06:00:54 +01:00
USES= bison gettext-runtime pkgconfig python shebangfix ssl waf
SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py
2020-01-10 06:00:54 +01:00
USE_GITHUB= yes
CONFLICTS= ntp ntp-devel openntpd
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
post-install: # autoplist: plist varies depending on the python version
@cd ${STAGEDIR}${PREFIX} && \
${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
.include <bsd.port.mk>