diff options
author | markd <markd@pkgsrc.org> | 2008-04-24 21:17:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-04-24 21:17:51 +0000 |
commit | f11256d305eea40d623bd8526e7c8f872c192100 (patch) | |
tree | 14e448f3af390b89fccb33201a775e63c4c44017 /textproc/btparse/Makefile | |
parent | b23c0ae3779e6dc316bb0a793d6e0eb72da57e9a (diff) | |
download | pkgsrc-f11256d305eea40d623bd8526e7c8f872c192100.tar.gz |
Update to version 0.35
Changes:
Adds a package-config configuration file and minor bugfix.
Diffstat (limited to 'textproc/btparse/Makefile')
-rw-r--r-- | textproc/btparse/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index c0383bb2ab3..31ae45d6455 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 22:00:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/04/24 21:17:51 markd Exp $ # -DISTNAME= btparse-0.34 +DISTNAME= btparse-0.35 CATEGORIES= textproc -MASTER_SITES= http://www.gerg.ca/software/btOOL/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gerg.ca/software/btOOL/ COMMENT= BibTeX parsing library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl USE_LIBTOOL=YES GNU_CONFIGURE= YES +PKGCONFIG_OVERRIDE+= btparse.pc.in + .include "../../mk/bsd.pkg.mk" |