summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: 68d818686ca4521a25e28e574fbbb675e2f3b895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:44 jschauma 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: build
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \
		tee ${WRKDIR}/test.log

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