aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-05-06 04:05:23 +0800
committerandreas <andreas@FreeBSD.org>1998-05-06 04:05:23 +0800
commit7e39466122dc695c0335b0aa7a309fd825bc87af (patch)
tree4a3a73328617afdeafd182fe0602de7ad4d26dc0 /net/ntp/Makefile
parent2bbbe70de00e106eba6b87bf48b8ebb4ef56e149 (diff)
downloadfreebsd-ports-gnome-7e39466122dc695c0335b0aa7a309fd825bc87af.tar.gz
freebsd-ports-gnome-7e39466122dc695c0335b0aa7a309fd825bc87af.tar.zst
freebsd-ports-gnome-7e39466122dc695c0335b0aa7a309fd825bc87af.zip
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.
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r--net/ntp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
new file mode 100644
index 000000000000..c7bfc40be704
--- /dev/null
+++ b/net/ntp/Makefile
@@ -0,0 +1,21 @@
+# 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>