31 lines
892 B
Makefile
31 lines
892 B
Makefile
# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:03 tv Exp $
|
|
|
|
DISTNAME= slrn-0.9.8.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= mjl@NetBSD.org
|
|
HOMEPAGE= http://slrn.sourceforge.net/
|
|
COMMENT= Highly customizable threaded newsreader
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \
|
|
--enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
|
|
--enable-mid-cache \
|
|
--with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
|
|
# together
|
|
.if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
|
|
CONFIGURE_ENV+= INSTALL=/usr/bin/install
|
|
.endif
|
|
|
|
LDFLAGS.Linux+= -ldl
|
|
|
|
.include "../../devel/libslang/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|