summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: 0bf6cf18218adf963d3663e8c738613114b0a7f9 (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.7 2004/04/12 01:58:24 minskim 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
ALL_TARGET=	lib
TEST_TARGET=	test

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