mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
96bfb29cd9
Approved by: obrien (mentor)
22 lines
446 B
Makefile
22 lines
446 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.54
|
|
CATEGORIES= textproc print
|
|
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
|
|
|
|
.include <bsd.port.mk>
|