summaryrefslogtreecommitdiff
path: root/news/nntpcache/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-01-06 15:28:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-01-06 15:28:33 +0000
commit1f8cb145386ef964acee34408ece8618e17260fd (patch)
treecf6aaefb11ea32e4b7b81d4dd7e1c6e18d55a921 /news/nntpcache/Makefile
parentPrevious modification to treat ttyv? as console introduced bug and this (diff)
Import a port for nntpcache-1.0.1
(This is partly to test easy-import) Submitted by: proff@suburbia.net
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r--news/nntpcache/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
new file mode 100644
index 000000000000..d9f6427ef993
--- /dev/null
+++ b/news/nntpcache/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: nntpcache
+# Version required: 1.0.1
+# Date created: 6 January 1997
+# Whom: proff@suburbia.net
+#
+# $Id$
+#
+
+DISTNAME= nntpcache-1.0.1
+CATEGORIES+= news
+MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/
+
+GNU_CONFIGURE= TRUE
+
+MAINTAINER= nntpcache@nntpcache.org
+
+.include <bsd.port.mk>