mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
40d65a2ed9
and translating from BibTeX to HTML. PR: 34079 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
22 lines
453 B
Makefile
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>
|