aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bibtex2html/Makefile
blob: f015ebacf96a3760e1e1883c138048410f2ef752 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>