blob: 89583d9b2852ffc3b979edb10b26a34d33643177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2002/08/25 21:51:11 jlam Exp $
#
DISTNAME= bibclean-2.11.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/
MAINTAINER= seb@pbox.org
HOMEPAGE= http://www.math.utah.edu/~beebe/software/bibtex-bibliography-tools.html
COMMENT= prettyprinter and syntax checker for BibTeX bibliography databases
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
.include "../../mk/bsd.pkg.mk"
|