1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/net/ntp-devel/Makefile
Andreas Klemm 3de10c9f04 Import of ntp v4
It's the latest release of ntp software
Many new features, but not as mature as v3, therefore
some of the new features have been included into v3.
After v4 is better tested or stable, we could import it
into -current under /contrib.
Pouls nice idea to make a port out of it to test ntp v4.
1998-05-05 20:05:23 +00:00

22 lines
410 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
#
# $Id$
#
DISTNAME= ntp-4.0.72g
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>