openbsd-ports/net/ntp/Makefile

40 lines
1.0 KiB
Makefile
Raw Normal View History

2001-03-16 16:35:19 +00:00
# $OpenBSD: Makefile,v 1.7 2001/03/16 16:35:19 espie Exp $
COMMENT= network time protocol implementation
COMMENT-doc= network time protocol documentation
VERSION= 4.0.99k
DISTNAME= ntp-${VERSION}
CATEGORIES= net
2001-03-16 16:35:19 +00:00
NEED_VERSION= 1.361
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
2001-02-13 20:50:30 +00:00
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
ftp://ftp.cs.umn.edu/mirrors00/ftp.udel.edu/pub/ntp/ntp4/
2001-02-13 20:50:30 +00:00
HOMEPAGE= http://www.ntp.org/
MAINTAINER= Dan Harnett <danh@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-02-07 18:13:43 +00:00
MULTI_PACKAGES= -doc
SUBPACKAGE?=
2001-03-16 16:35:19 +00:00
PKGNAME-doc= ntp-doc-${VERSION}
2001-02-07 18:13:43 +00:00
2001-02-07 18:21:05 +00:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \
--enable-accurate-adjtime --disable-IRIG
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ntp
@cd ${WRKSRC}/html && pax -rw * ${PREFIX}/share/doc/ntp
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ntp
@cd ${WRKSRC}/conf && pax -rw * ${PREFIX}/share/examples/ntp
.include <bsd.port.mk>