1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer 2bd78af3cb Update to version 1.68, skipping 1.66 and 1.67 which contained bugs I
encountered (and reported) while preparing the update of this port.
2004-03-16 11:25:07 +00:00

23 lines
534 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.68
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= gerald@FreeBSD.org
COMMENT= A collection of 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>