summaryrefslogtreecommitdiff
path: root/net/ntp4/Makefile
blob: 07110e6398e00ed612f990e6ff99de3653662a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.16 2001/06/12 20:33:06 jlam Exp $
#

DISTNAME=	ntp-4.0.99k
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.udel.edu/pub/ntp/ntp4/ \
		http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/

MAINTAINER=	fb@enteract.com
HOMEPAGE=	http://www.ntp.org/
COMMENT=	Network Time Protocol Version 4

DEPENDS+=	readline-4.*:../../devel/readline

GNU_CONFIGURE=	YES

LIBS=		-ltermcap	# for ntpdc

DOCDIR=		${PREFIX}/share/doc
EXAMPLESDIR=	${PREFIX}/share/examples

post-install:
	cd ${WRKSRC}; \
	    ${RM} html/.cvsignore* 2> /dev/null || ${TRUE}; \
	    ${PAX} -r -w -s "/html/ntp4/" html ${DOCDIR}; \
	    ${PAX} -r -w -s "/conf/ntp4/" conf ${EXAMPLESDIR}
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR}/ntp4 ${EXAMPLESDIR}/ntp4
	${CHMOD} -R ${SHAREMODE} ${DOCDIR}/ntp4 ${EXAMPLESDIR}/ntp4
	${CHMOD} a+x ${DOCDIR}/ntp4 ${DOCDIR}/ntp4/hints ${DOCDIR}/ntp4/pic
	${CHMOD} a+x ${EXAMPLESDIR}/ntp4

.include "../../mk/bsd.pkg.mk"