freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer 50459dfdad Update to bibtex2html 1.97. This brings the following changes:
- Fixed translation of \u{a}, removed incorrect translations of \u{n}
   and \u{N} (contributed by Domenico Bianculli).
 - bib2bib conditions: support for \u (contributed by Domenico Bianculli).
And it includes two build fixes we can now remove locally.
2012-02-10 21:33:59 +00:00

24 lines
594 B
Makefile

# New ports collection makefile for: bibtex2html
# Date created: 2002-01-21
# Whom: Gerald Pfeifer <gerald@pfeifer.com>
#
# $FreeBSD$
#
PORTNAME= bibtex2html
PORTVERSION= 1.97
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
CONFIGURE_ARGS= --disable-doc
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html
.include <bsd.port.mk>