freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer b9fc6410fb Update to bibtex2html 1.96. This brings the following changes:
- bib2bib: option "--php-output" to produce output as a PHP 2D array.
 - bib2bib: options "--remove" and "--rename" to remove or rename fields.
 - bib2bib: option "--no-comment", to prevent generation of extra comments.
 - Fixed support for DOI links: when field "doi" is already an URL, the
   DOI prefix is not prepended.
 - Tags "bibtexnumber" and "bibtexitem" are now inserted to ease the
   customization using CSS.
 - Option -debug now prints the exact BibTeX commmand which is run.
 - New option --note-html similar to --note but assuming a bibtex
   field already in HTML format.
2010-10-24 23:25:39 +00:00

23 lines
564 B
Makefile

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