freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer d1838fca6a Update to bibtex2html 1.91. This brings the following changes:
- Fixed bug in bib2bib and bibtex2html when quotes (") are used in fields.
 - Fixed bug with -nobibsource and -multiple (bib links on the separate
   pages).
2008-02-22 22:44:07 +00:00

22 lines
511 B
Makefile

# New ports collection makefile for: bibtex2html
# Date created: 2002-01-21
# Whom: Gerald Pfeifer <gerald@pfeifer.com>
#
# $FreeBSD$
#
PORTNAME= bibtex2html
PORTVERSION= 1.91
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= gerald@FreeBSD.org
COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
.include <bsd.port.mk>