summaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: eebe8fe66d05582b9d66b71f77a0ef60ec54ddba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:33 tv 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
GNU_CONFIGURE=	YES
BUILD_TARGET=	lib
TEST_TARGET=	test

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