diff options
author | wiz <wiz> | 2000-06-05 00:56:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-06-05 00:56:04 +0000 |
commit | 3063ef7904f7da7705ebe020074a23e95f086c7c (patch) | |
tree | 465cf2864a132a185fa29141293e8ff263c68a68 /devel/libslang | |
parent | 2a78c03e01cea3eee6558e2218d4165a0cccce3e (diff) | |
download | pkgsrc-3063ef7904f7da7705ebe020074a23e95f086c7c.tar.gz |
no more USE_PKGLIBTOOL here, either.
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 14 | ||||
-rw-r--r-- | devel/libslang/pkg/PLIST | 3 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 03dbcc87e29..1ab03d0f879 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.20 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.21 2000/06/05 00:56:04 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # -DISTNAME= slang-1.4.1 -PKGNAME= lib${DISTNAME} +DISTNAME= slang-1.4.1 +PKGNAME= lib${DISTNAME} CATEGORIES= devel -MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ +MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ -MAINTAINER= packages@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://space.mit.edu/~davis/slang.html -GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/libslang/pkg/PLIST b/devel/libslang/pkg/PLIST index 27ed2e99c5d..8c57380de0b 100644 --- a/devel/libslang/pkg/PLIST +++ b/devel/libslang/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.11 2000/02/25 01:27:16 mjl Exp $ +@comment $NetBSD: PLIST,v 1.12 2000/06/05 00:56:05 wiz Exp $ lib/libslang.a +lib/libslang.la lib/libslang.so.1.4 include/slcurses.h include/slang.h |