aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp-devel/Makefile')
-rw-r--r--net/ntp-devel/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
new file mode 100644
index 000000000000..c7bfc40be704
--- /dev/null
+++ b/net/ntp-devel/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>