3bf624d4b9
PR: 35827 Submitted by: Tilman Linneweh <tilman@arved.de>
26 lines
581 B
Makefile
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>
|