summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2008-09-04 16:15:34 +0000
committeris <is@pkgsrc.org>2008-09-04 16:15:34 +0000
commit3bf0a9dfb9db7faa5bf953501934809202019259 (patch)
tree02fa5220106f2f3a51fefb97e59cde9db0670f12 /news/slrn/Makefile
parent540bdf7ba1247311726a5ec21e430dc800ef5d54 (diff)
downloadpkgsrc-3bf0a9dfb9db7faa5bf953501934809202019259.tar.gz
slrn-0.9.9 uses slang2 and has much better character set support.
Other than that, mostly bug fixes.
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"