diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
commit | 1f8cb145386ef964acee34408ece8618e17260fd (patch) | |
tree | cf6aaefb11ea32e4b7b81d4dd7e1c6e18d55a921 /news/nntpcache/Makefile | |
parent | Previous 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/Makefile | 17 |
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> |