diff options
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 23 |
1 files changed, 12 insertions, 11 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/ |