summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: a1724519b6df6221fb071f0d8e8a5ece36347a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:11 wiz Exp $
#

DISTNAME=	btparse-0.33
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_PERL5=	build
USE_BUILDLINK3=	YES
GNU_CONFIGURE=	YES
BUILD_TARGET=	lib
TEST_TARGET=	test

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