diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-05 00:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-05 00:52:19 +0000 |
commit | 3bb8853c776138a8dbba2b81ba6a67a04633bf6c (patch) | |
tree | d637ce9a868ecdd7ab1ac4f67ff92162622b1581 /devel/pth | |
parent | 8448a0b5b4b77571f60d19de0eef51e5f5c55162 (diff) | |
download | pkgsrc-3bb8853c776138a8dbba2b81ba6a67a04633bf6c.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 23 | ||||
-rw-r--r-- | devel/pth/pkg/PLIST | 4 |
2 files changed, 15 insertions, 12 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5ceb3acea22..ba184cfd8ba 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.27 2000/06/01 11:23:24 rh Exp $ +# $NetBSD: Makefile,v 1.28 2000/06/05 00:52:19 wiz Exp $ # -DISTNAME= pth-1.3.5 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=pth/} +DISTNAME= pth-1.3.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=pth/} -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.gnu.org/software/pth/pth.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/pth/pth.html -CONFLICTS= pth-current-* +CONFLICTS= pth-current-* # for PLIST -VERS= 13.5 +VERS= 13.5 -USE_PKGLIBTOOL= YES -GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-pthread -PLIST_SUBST+= VERS=${VERS} +PLIST_SUBST+= VERS=${VERS} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST index ce5beefab30..ac993bf7b7a 100644 --- a/devel/pth/pkg/PLIST +++ b/devel/pth/pkg/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.17 2000/02/27 04:28:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2000/06/05 00:52:20 wiz Exp $ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a +lib/libpth.la lib/libpth.so.${VERS} lib/libpthread.a +lib/libpthread.la lib/libpthread.so.${VERS} man/man1/pth-config.1 man/man1/pthread-config.1 |