openbsd-ports/sysutils/xntpd/Makefile

29 lines
764 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/07/01 17:14:31 brad Exp $
1999-01-10 18:02:11 -05:00
DISTNAME= xntp3-5.93e-export
CATEGORIES= sysutils
NEED_VERSION= 1.310
1999-03-12 17:55:34 -05:00
MASTER_SITES= ftp://ftp.hawaii.edu/mirrors/ntp/ \
ftp://ftp.cs.umn.edu/mirrors00/ftp.udel.edu/pub/ntp/ \
ftp://ftp.udel.edu/pub/ntp/
HOMEPAGE= http://www.eecis.udel.edu/~mills/ntp/html/
1998-01-15 23:15:39 -05:00
MAINTAINER= 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/ntp
@ln -sf xntpd ${PREFIX}/sbin/ntpd
@cd ${WRKSRC}/html; tar cf - . | (cd ${PREFIX}/share/doc/ntp; tar xfBp -)
.include <bsd.port.mk>