blob: 8b9e8ac1b1af5421c186f2a08cd0791a1d25442b (
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
26
27
|
# $NetBSD: Makefile,v 1.8 2010/11/01 00:08:14 wiz 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
PKG_DESTDIR_SUPPORT= user-destdir
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"
|