blob: 4e4d2b7769ee7ff8fe747bbed50e9a776d5c2292 (
plain)
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
|
# $NetBSD: Makefile,v 1.9 2012/10/08 12:27:41 asau Exp $
#
DISTNAME= newsx-1.6
PKGREVISION= 3
CATEGORIES= news
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kvaleberg.com/newsx.html
COMMENT= NNTP news exchange program
GNU_CONFIGURE= YES
.include "../../news/inn/Makefile.common"
CONFIGURE_ARGS+= --with-newshome=${INN_PREFIX}/lib
CONFIGURE_ARGS+= --with-newsinclude=${PREFIX}/include/inn
CONFIGURE_ARGS+= --with-rnews=${INN_PATHBIN}/rnews
CONFIGURE_ARGS+= --with-inews=${INN_PATHBIN}/inews
CONFIGURE_ARGS+= --with-history-mode=indexed
MAKE_DIRS_PERMS+= ${INN_DATA_DIR}/inhosts ${INN_USER} ${INN_GROUP} 0775
.include "../../news/inn/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|