aboutsummaryrefslogtreecommitdiffstats
path: root/news/newscache/Makefile
blob: e52315b52704b82c043c23de37ed586601a800da (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
28
29
30
31
32
33
34
35
36
37
# New ports collection Makefile for:   newscache
# Date created:                23 February 2002
# Whom:                        Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   newscache
PORTVERSION=    1.2.r.6
PORTREVISION=   4
CATEGORIES= news
MASTER_SITES=   http://src.linuxhacker.at/NewsCache/
DISTNAME=   NewsCache-${PORTVERSION:S/.r./rc/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    NewsCache is a free cache server for USENET News

LIB_DEPENDS=    socket[+][+].1:${PORTSDIR}/net/libsocket++

USE_AUTOTOOLS=  automake autoheader autoconf
AUTOMAKE_ARGS=  --add-missing
CONFIGURE_ENV=  CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
USE_RC_SUBR=    ${PORTNAME}.sh

MAN5=   newscache.conf.5
MAN8=   newscache.8 newscacheclean.8 updatenews.8
INFO=   NewsCache

post-patch:
    ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in

pre-configure:
    (cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)

.include <bsd.port.mk>