summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r--news/slrn/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index caf525135ef..89a7702d8dc 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,17 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2004/10/04 22:57:09 heinz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2004/11/19 13:35:43 adam Exp $
-DISTNAME= slrn-0.9.8.0
-PKGREVISION= 1
+DISTNAME= slrn-0.9.8.1
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
EXTRACT_SUFX= .tar.bz2
-PATCH_SITES= http://slrn.sourceforge.net/patches/
-PATCHFILES= slrn-0.9.8.0-ranges.diff \
- slrn-0.9.8.0-post.diff
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= mjl@NetBSD.org
HOMEPAGE= http://slrn.sourceforge.net/
COMMENT= Highly customizable threaded newsreader
@@ -19,17 +12,17 @@ COMMENT= Highly customizable threaded newsreader
USE_BUILDLINK3= yes
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
+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
+CONFIGURE_ENV+= INSTALL=/usr/bin/install
.endif
LDFLAGS.Linux+= -ldl