pkgsrc/news/newsx/Makefile
cube a58c4a46a9 Bl3ify inn (and remove bl2.mk file since newsx is the only user).
Patch newsx's configure so that history method auto-detection can be
bypassed, which allows build on system with unconfigured inn (such as
for bulk-builds).

Bump PKGREVISION because now newsx always use indexed method.
2004-03-16 09:48:37 +00:00

23 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/03/16 09:48:37 cube Exp $
#
DISTNAME= newsx-1.6
PKGREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://www.kvaleberg.com/newsx.html
COMMENT= NNTP news exchange program
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
.include "../../news/inn/Makefile.common"
CONFIGURE_ARGS+= --with-newshome=${INN_PREFIX}/lib
CONFIGURE_ARGS+= --with-rnews=${INN_PREFIX}/bin/rnews
CONFIGURE_ARGS+= --with-inews=${INN_PREFIX}/bin/inews
CONFIGURE_ARGS+= --with-history-mode=indexed
.include "../../news/inn/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"