# New ports collection makefile for:	texvc
# Date created:		2008-06-14
# Whom:			Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD: ports/print/texvc/Makefile,v 1.2 2009/02/21 11:31:27 makc Exp $
#

PORTNAME=	texvc
PORTVERSION=	20050202
CATEGORIES=	print
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=wikipedia
DISTNAME=	${PORTNAME}-linux-x86-${PORTVERSION}

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Convert latex equations to HTML, MathML, PNG

USE_OCAML=	yes
NO_OCAML_RUNDEPENDS=	yes
USE_GMAKE=	yes
BUILD_WRKSRC=	${WRKSRC}/src

PLIST_FILES=	bin/texvc

OPTIONS=	RASTER "rasterization support" on

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_RASTER)
USE_GHOSTSCRIPT_RUN=	yes
RUN_DEPENDS+=	latex:${PORTSDIR}/print/teTeX-base \
		dvips:${PORTSDIR}/print/dvipsk-tetex \
		convert:${PORTSDIR}/graphics/ImageMagick
.endif

do-install:
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${PREFIX}/bin

.include <bsd.port.post.mk>
