summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorwiz <wiz>2000-06-05 00:52:19 +0000
committerwiz <wiz>2000-06-05 00:52:19 +0000
commit72e7e6500c405a6cceff5cc2abf3a07da7b7d8f0 (patch)
treed637ce9a868ecdd7ab1ac4f67ff92162622b1581 /devel/pth
parent17f520e1acb52649450e5568886b8d759af15306 (diff)
downloadpkgsrc-72e7e6500c405a6cceff5cc2abf3a07da7b7d8f0.tar.gz
USE_LIBTOOL instead of USE_PKGLIBTOOL
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile23
-rw-r--r--devel/pth/pkg/PLIST4
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