freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer 2ef3a4cdea Update to bibtex2html 1.92. This brings the following relevant changes:
- New bib2bib option --expand-xrefs to perform crossrefs expansion.
 - Option -m (reading macros from a file):
   - fixed macro definition with \def
   - macros with arguments are now supported
 - Added accents conversion for tilda, and fixed accents conversion
   for \"i, \"\i and such (patch by Samuel Colin).
 - Fixed bib2bib command-line options to accept --warn-error and
   --quiet (as described in the manual).
2008-07-09 21:17:12 +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.92
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>