summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: 2d84c1ea42b33a60b3967f7f0361700c65b09b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.5 2003/07/17 22:54:10 grant 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

USE_PERL5=	build
USE_BUILDLINK2=	YES
GNU_CONFIGURE=	YES
ALL_TARGET=	lib
TEST_TARGET=	test

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