From e2e6f9bd39774d85221e9b622d4f88979e42e2a7 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 5 Jun 2000 00:52:19 +0000 Subject: USE_LIBTOOL instead of USE_PKGLIBTOOL --- devel/pth/Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'devel/pth/Makefile') 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/ -- cgit v1.2.3