openbsd-ports/sysutils/xntpd/Makefile

29 lines
783 B
Makefile
Raw Normal View History

2000-10-26 14:06:04 -04:00
# $OpenBSD: Makefile,v 1.18 2000/10/26 18:06:04 fgsch Exp $
1999-01-10 18:02:11 -05:00
DISTNAME= xntp3-5.93e-export
2000-09-02 11:21:53 -04:00
PKGNAME= xntp3-5.93e
CATEGORIES= sysutils
NEED_VERSION= 1.310
2000-10-26 14:06:04 -04:00
MASTER_SITES= ftp://ftp.cs.umn.edu/mirrors00/ftp.udel.edu/pub/ntp/ntp3/ \
ftp://ftp.udel.edu/pub/ntp/ntp3/
HOMEPAGE= http://www.eecis.udel.edu/~mills/ntp/html/
2000-10-22 12:23:01 -04:00
MAINTAINER= Jason Wright <jason@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-accurate-adjtime --disable-IRIG \
--bindir="${PREFIX}/sbin"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xntpd
@cd ${PREFIX}/sbin && ln -sf xntpd ntpd
@cd ${WRKSRC}/html; tar cf - . | (cd ${PREFIX}/share/doc/xntpd; tar xfBp -)
.include <bsd.port.mk>