mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
25 lines
550 B
Makefile
25 lines
550 B
Makefile
# New ports collection makefile for: ntp
|
|
# Version required: 4.0.72
|
|
# Date created: Di 5 Mai 1998 21:31:03 CEST
|
|
# Whom: andreas
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/ntp
|
|
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
|
|
|
|
.include <bsd.port.mk>
|