blob: 2d51cc6ba23a9de739c6d17456966d61b4c64ce7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: nntpcache
# Version required: 1.0.1
# Date created: 6 January 1997
# Whom: proff@suburbia.net
#
# $Id: Makefile,v 1.1.1.1 1997/01/06 15:28:33 peter Exp $
#
DISTNAME= nntpcache-1.0.1
CATEGORIES= news
MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/
MAINTAINER= nntpcache@nntpcache.org
GNU_CONFIGURE= TRUE
MAN8= nntpcache.8
.include <bsd.port.mk>
|