summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r--news/slrn/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index 7af8ed0b95a..891f95cde2a 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2008/01/03 23:14:46 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2008/09/04 16:15:34 is Exp $
-DISTNAME= slrn-0.9.8.1
-PKGREVISION= 1
+DISTNAME= slrn-0.9.9
CATEGORIES= news
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/
+EXTRACT_SUFX= .tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://slrn.sourceforge.net/
@@ -17,6 +16,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \
--enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
--enable-mid-cache \
+ --with-slang=${PREFIX} \
+ --with-slanglib=-lslang2 \
+ --with-slanginc=slang2/slang.h \
--with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
.include "../../mk/bsd.prefs.mk"
@@ -29,6 +31,6 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install
LDFLAGS.Linux+= -ldl
-.include "../../devel/libslang/buildlink3.mk"
+.include "../../devel/libslang2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"