Files
ports/textproc/bibclean/Makefile
T
Mateusz Piotrowski 0a37dcf8fa Add textproc/bibclean
Bibclean is a prettyprinter, portability verifier, and syntax checker for
BibTeX bibliography databases.  It can be used to find errors in .bib
files, as well as to standardize their format for readability and editing
convenience. It can also be used to convert Scribe-format bibliographies to
BibTeX form.

WWW: http://ftp.math.utah.edu/pub//bibclean/
2020-09-21 15:01:23 +00:00

19 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= bibclean
DISTVERSION= 3.04
CATEGORIES= textproc
MASTER_SITES= http://ftp.math.utah.edu/pub//bibclean/
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Prettyprinter, portability verifier, and syntax checker for BibTeX
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${DISTVERSION}
.include <bsd.port.mk>