1998-05-05 20:05:23 +00:00
|
|
|
# New ports collection makefile for: ntp
|
|
|
|
# Version required: 4.0.72
|
|
|
|
# Date created: Di 5 Mai 1998 21:31:03 CEST
|
|
|
|
# Whom: andreas
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-05-05 20:05:23 +00:00
|
|
|
#
|
|
|
|
|
1999-06-26 06:54:17 +00:00
|
|
|
DISTNAME= ntp-4.0.93a
|
1998-05-05 20:05:23 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
1998-05-05 20:05:23 +00:00
|
|
|
|
1999-06-26 06:54:17 +00:00
|
|
|
# ntp's configure script created by autoconf 2.14.1 doesn't work
|
|
|
|
# our autoconf version 2.13 produces better results
|
|
|
|
USE_AUTOCONF= yes
|
1998-05-05 20:05:23 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ntp
|
|
|
|
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|