summaryrefslogtreecommitdiff
path: root/print/texvc/Makefile
blob: 5fceddcadbeaa9d38f24acb7c2d56ef38f3fc88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $FreeBSD$

PORTNAME=	texvc
PORTVERSION=	20050202
PORTREVISION=	3
CATEGORIES=	print
MASTER_SITES=	SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary
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_DEFINE=	RASTER
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
RASTER_DESC=	rasterization support

NO_STAGE=	yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MRASTER}
USE_GHOSTSCRIPT_RUN=	yes
USE_TEX=	latex dvipsk
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
.endif

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

.include <bsd.port.mk>