openbsd-ports/sysutils/xntpd/Makefile

29 lines
800 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2000/02/15 05:05:18 turan Exp $
1999-01-10 18:02:11 -05:00
DISTNAME= xntp3-5.93e-export
CATEGORIES= sysutils
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/
1998-01-15 23:15:39 -05:00
MAINTAINER= jason@openbsd.org
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 01:29:49 -05:00
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure
CONFIGURE_ARGS+=--enable-accurate-adjtime --disable-IRIG \
--bindir="/usr/local/sbin"
post-install:
@mkdir -p ${PREFIX}/share/doc/ntp
@ln -sf xntpd ${PREFIX}/sbin/ntpd
@(cd ${WRKSRC}/html; tar cf - . | (cd ${PREFIX}/share/doc/ntp; tar xfBp -))
@PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>