diff options
author | frueauf <frueauf> | 1998-10-31 23:01:54 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-10-31 23:01:54 +0000 |
commit | 0ec38bb4d9f77ad639c855e9ed1b3f2153927191 (patch) | |
tree | 2142ef0569fee8700b08c05974e32dfa37824d3e /news/slrn | |
parent | b579332154b1bd7163d603019e25300de2cc0c33 (diff) | |
download | pkgsrc-0ec38bb4d9f77ad639c855e9ed1b3f2153927191.tar.gz |
Set proper PKGNAME (name-version sheme); remove double BUILD_DEPENDS on
libslang, DEPENDS is enough; remove unnecesary blank lines.
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index e3334f218c3..72e3e37cc40 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,26 +1,24 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/31 23:01:54 frueauf 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/ +DISTNAME= slrn0.9.5.3 +PKGNAME= slrn-0.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 +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html +DEPENDS+= libslang-1.2.2:../../devel/libslang GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} +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 +WRKSRC= ${WRKDIR}/slrn .include "../../mk/bsd.pkg.mk" - - |