diff options
author | hwr <hwr@pkgsrc.org> | 1998-10-31 21:09:13 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1998-10-31 21:09:13 +0000 |
commit | ba92c12b5f3e7034ac15774a7ca9c4a276af9408 (patch) | |
tree | 38d885023ead68e15f7b95901eb3b2ad350c7454 /news/slrn/Makefile | |
parent | 150c88bd4e6c6736e1b4279b65b6933f8bb1e3b0 (diff) | |
download | pkgsrc-ba92c12b5f3e7034ac15774a7ca9c4a276af9408.tar.gz |
Slrn - a text terminal based newsreader. Version 0.9.5.3.
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile new file mode 100644 index 00000000000..e3334f218c3 --- /dev/null +++ b/news/slrn/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ + +DISTNAME= slrn0.9.5.3 +CATEGORIES= news +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html + +BUILD_DEPENDS+= libslang-1.2.2:../../devel/libslang +DEPENDS+= libslang-1.2.2:../../devel/libslang + + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} + +# the next is a workaround, as 1.3.2 install doesn't like -c and -d +# together +CONFIGURE_ENV+= INSTALL=/usr/bin/install + +WRKSRC= ${WRKDIR}/slrn + +.include "../../mk/bsd.pkg.mk" + + |