forked from Lainports/opnsense-ports
net/ntp: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
3603f7ea04
commit
e487c20789
1 changed files with 8 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/}
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= The Network Time Protocol Distribution
|
||||
|
||||
BUILD_DEPENDS= autogen:devel/autogen
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2 \
|
||||
libmd5.so:www/libwww
|
||||
|
||||
|
|
@ -63,6 +64,12 @@ THREADS_CONFIGURE_WITH= threads
|
|||
${D}_CONFIGURE_ON= --enable-${D}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
|
||||
BROKEN= Does not build under FreeBSD-9, aclocal not found
|
||||
.endif
|
||||
|
||||
# XXX Temporary hack. Remember to remove this next commit.
|
||||
post-extract:
|
||||
@${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates
|
||||
|
|
@ -76,4 +83,4 @@ post-install:
|
|||
@cd ${WRKSRC}/html && ${FIND} . -print | \
|
||||
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue