Gerald Pfeifer 6be6b0ed87 Update to bibtex2html 1.93. This brings the following changes:
- bib2bib: giving '$date' as argument of option -s allows to sort from
   oldest to newest entry.
 - bib2bib: field names in conditions may contain digits and '-' (usefull
   for custom fields).

Replace pkg-plist by PLIST_FILES in Makefile.
2009-02-01 11:04:44 +00:00

24 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.93
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>