aboutsummaryrefslogtreecommitdiff
path: root/news/nntp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r--news/nntp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
new file mode 100644
index 000000000000..8396a4d9b6ad
--- /dev/null
+++ b/news/nntp/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: nntp
+# Version required: t5
+# Date created: 29 September 1994
+# Whom: adam
+#
+# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $
+#
+
+DISTNAME= nntp-t5
+MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
+#DO_NADA= echo ${.TARGET}:
+#DEPENDS= news/cnews
+
+pre-configure:
+ @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
+
+.include <bsd.port.mk>