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-05-03 01:11:25 +00:00
|
|
|
# $Id: Makefile,v 1.4 1999/01/27 04:58:09 andreas Exp $
|
1998-05-05 20:05:23 +00:00
|
|
|
#
|
|
|
|
|
1999-01-27 04:58:10 +00:00
|
|
|
DISTNAME= ntp-4.0.91
|
1998-05-05 20:05:23 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
1999-05-03 01:11:25 +00:00
|
|
|
BROKEN= "structure has no member named \`tv_usec'"
|
|
|
|
|
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>
|