1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/news/newscache/Makefile
Baptiste Daroussin 79a7710acf Support stage
Fix configure script with clang
2013-12-27 10:11:07 +00:00

34 lines
813 B
Makefile

# Created by: 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= libsocket++.so:${PORTSDIR}/net/libsocket++
USE_AUTOTOOLS= automake autoheader autoconf
AUTOMAKE_ARGS= --add-missing
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
USE_RC_SUBR= ${PORTNAME}
INFO= NewsCache
post-patch:
${REINPLACE_CMD} -e "s,-pedantic,," \
-e "s,^main,int main," \
${WRKSRC}/configure.in
pre-configure:
(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
.include <bsd.port.mk>