1999-07-28 10:55:12 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 1999/07/28 08:55:12 fredb Exp $
|
1999-07-24 20:29:34 +02:00
|
|
|
#
|
|
|
|
|
1999-07-28 10:55:12 +02:00
|
|
|
DISTNAME= ntp-4.0.95
|
1999-07-24 21:02:40 +02:00
|
|
|
CATEGORIES= net
|
1999-07-27 19:45:15 +02:00
|
|
|
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/testing/ \
|
|
|
|
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
|
|
|
|
ftp://ftp.udel.edu/pub/ntp/testing/ \
|
1999-07-24 20:29:34 +02:00
|
|
|
ftp://ftp.udel.edu/pub/ntp/ntp4/
|
|
|
|
|
|
|
|
MAINTAINER= fb@enteract.com
|
1999-07-24 23:23:52 +02:00
|
|
|
HOMEPAGE= http://www.ntp.org/
|
1999-07-24 20:29:34 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
DOCDIR= ${PREFIX}/share/doc
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
cd ${WRKSRC}; \
|
|
|
|
${SED} /ac_cv_make_ntptime/s/no/yes/ < config.cache > config.cache~; \
|
|
|
|
${MV} config.cache~ config.cache
|
|
|
|
@${MAKE} do-configure
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}; \
|
|
|
|
${PAX} -r -w -s "/html/ntp4/" html ${DOCDIR}
|
|
|
|
-${RM} -R ${DOCDIR}/ntp4/.cvs*
|
|
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR}/ntp4
|
|
|
|
${CHMOD} -R ${SHAREMODE} ${DOCDIR}/ntp4
|
|
|
|
${CHMOD} a+x ${DOCDIR}/ntp4 ${DOCDIR}/ntp4/hints ${DOCDIR}/ntp4/pic
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|