summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
blob: 9a9fe0f1f88d167921eadb8cfbb9d79ae87041ee (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.12 2001/03/30 18:13:24 mjl Exp $
#

DISTNAME=		slrn-0.9.7.0
CATEGORIES=		news
MASTER_SITES=		ftp://slrn.sourceforge.net/pub/slrn/ \
			ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \
			ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \
			ftp://ftp.ntua.gr/pub/lang/slang/ \
			ftp://ftp.plig.org/pub/slrn/

MAINTAINER=		mjl@netbsd.org
HOMEPAGE=		http://slrn.sourceforge.net/
COMMENT=		Powerful threaded newsreader, that is highly customizable

DEPENDS+=		libslang-*:../../devel/libslang

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--without-X \
			--disable-slrnpull --disable-spool --disable-inews \
			--disable-gen-mid --with-libdir=${PREFIX}/lib/slrn

# the next is a workaround, as 1.3.2 install doesn't like -c and -d
# together
CONFIGURE_ENV+=		INSTALL=/usr/bin/install

.include "../../mk/bsd.pkg.mk"