freebsd-ports/textproc/bibtex2html/Makefile
Pete Fritchman 40d65a2ed9 Add bibtex2html 1.52, a collection of tools for searching BibTeX
and translating from BibTeX to HTML.

PR:		34079
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2002-02-10 09:49:55 +00:00

22 lines
453 B
Makefile

# New ports collection makefile for: bibtex2html
# Date created: 2002-01-21
# Whom: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
#
# $FreeBSD$
#
PORTNAME= bibtex2html
PORTVERSION= 1.52
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= pfeifer@dbai.tuwien.ac.at
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
.include <bsd.port.mk>