openbsd-ports/sysutils/xntpd/Makefile
marc 6c640f17ee Add INSTALL and DEINSTALL scripts to spit out needed info
call INSTALL script from Makefile
remove extraneous cruft from packing list
THIS PORT IS NOW FROZEN FOR 2.5
1999-04-08 04:37:27 +00:00

23 lines
666 B
Makefile

# $OpenBSD: Makefile,v 1.8 1999/04/08 04:37:27 marc Exp $
DISTNAME= xntp3-5.93e-export
CATEGORIES= sysutils
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/
MAINTAINER= jason@openbsd.org
NOMAN= noman
HAS_CONFIGURE= Yes
CONFIGURE_SCRIPT= configure
CONFIGURE_ARGS+= --enable-accurate-adjtime --disable-IRIG --bindir=/usr/local/sbin
post-install:
@${LN} -sf xntpd ${PREFIX}/sbin/ntpd
@${MKDIR} ${PREFIX}/share/doc/ntp
@(cd ${WRKSRC}/html; tar cf - . | (cd ${PREFIX}/share/doc/ntp; tar xfBp -))
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>