blob: 1b5b4504adeaec35970a4b61bd32d0376910a728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: ntp
# Version required: 4.0.72
# Date created: Di 5 Mai 1998 21:31:03 CEST
# Whom: andreas
#
# $Id: Makefile,v 1.5 1999/05/03 01:11:25 mharo Exp $
#
DISTNAME= ntp-4.0.93a
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
# ntp's configure script created by autoconf 2.14.1 doesn't work
# our autoconf version 2.13 produces better results
USE_AUTOCONF= yes
#BROKEN= "structure has no member named \`tv_usec'"
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>
|