summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: d68a6318fecb194a0cdb3ff6bf0ae667a8114c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.11 2005/09/27 12:24:06 tonio Exp $
#

DISTNAME=	btparse-0.34
CATEGORIES=	textproc
MASTER_SITES=	http://starship.python.net/~gward/btOOL/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://starship.python.net/~gward/btOOL/
COMMENT=	BibTeX parsing library

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_TOOLS+=	perl
USE_LIBTOOL=YES
GNU_CONFIGURE=	YES

.include "../../mk/bsd.pkg.mk"