summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r--news/slrn/Makefile38
1 files changed, 17 insertions, 21 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index 14087e2abaf..5f1d3817b92 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,30 +1,26 @@
-# $NetBSD: Makefile,v 1.15 2001/05/06 09:39:08 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/22 14:21:46 mjl Exp $
#
-DISTNAME= slrn-0.9.7.0a
-PKGNAME= slrn-0.9.7.0.1
-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/
+DISTNAME= slrn-0.9.7.2
+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
+MAINTAINER= mjl@netbsd.org
+HOMEPAGE= http://slrn.sourceforge.net/
+COMMENT= Highly customizable threaded newsreader
-DEPENDS+= libslang-*:../../devel/libslang
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-X --disable-inews \
- --disable-gen-mid --with-libdir=${PREFIX}/lib/slrn
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \
+ --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
-
-post-build:
- cd ${WRKSRC} && make slrnpull
+CONFIGURE_ENV+= INSTALL=/usr/bin/install
+.include "../../devel/libslang/buildlink.mk"
.include "../../mk/bsd.pkg.mk"