freebsd-ports/news/newscache/Makefile
Anders Nordby 3bf624d4b9 Add NewsCache, a GPLed cache server for USENET News.
PR:		35827
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-05-04 15:37:10 +00:00

26 lines
581 B
Makefile

# New ports collection Makefile for: newscache
# Date created: 23 February 2002
# Whom: Tilman Linneweh <freebsdports@arved.de>
#
# $FreeBSD$
#
PORTNAME= newscache
PORTVERSION= 0.99.22
CATEGORIES= news
MASTER_SITES= http://www.infosys.tuwien.ac.at/NewsCache/download/ \
http://members.aon.at/hstraub/linux/
DISTNAME= NewsCache-${PORTVERSION}
MAINTAINER= freebsdports@arved.de
WRKSRC= ${WRKDIR}/NewsCache
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN5= newscache.conf.5
MAN8= NewsCache.8 NewsCacheClean.8 updatenews.8
.include <bsd.port.mk>