aboutsummaryrefslogtreecommitdiffstats
path: root/news/newscache/Makefile
blob: 1a2078e4a1abadcffbeb00cdfb663b0e165acf7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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://members.aon.at/hstraub/linux/newscache/ \
        http://www.infosys.tuwien.ac.at/NewsCache/download/
DISTNAME=   NewsCache-${PORTVERSION}

MAINTAINER= freebsdports@arved.de
COMMENT=    NewsCache is a free cache server for USENET News

WRKSRC=     ${WRKDIR}/NewsCache

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GCC=    2.95

MAN5=   newscache.conf.5
MAN8=   NewsCache.8 NewsCacheClean.8 updatenews.8

.include <bsd.port.mk>