diff options
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> |