53c9ad5b0a
According to the upstream ChangeLog, this addresses the following issues: o remove leading ./ in front of relative URLs (was introduced a long time ago to circumvent an Internet Explorer bug) o no more escaping of the character & in URLs o fixed bug with ISO-latin characters in bib2bib conditions o fixed bug with implicit abbrevs (jan, feb, etc.)
22 lines
511 B
Makefile
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.80
|
|
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>
|