1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

32 lines
742 B
Makefile

PORTNAME= texvc
PORTVERSION= 20050202
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary
DISTNAME= ${PORTNAME}-linux-x86-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert latex equations to HTML, MathML, PNG
WWW= https://www.mediawiki.org/wiki/Texvc
USES= gmake
USE_OCAML= yes
NO_OCAML_RUNDEPENDS= yes
BUILD_WRKSRC= ${WRKSRC}/src
PLIST_FILES= bin/texvc
OPTIONS_DEFINE= RASTER
OPTIONS_DEFAULT:= ${OPTIONS_DEFINE}
RASTER_DESC= rasterization support
RASTER_USES= ghostscript:run magick:6,run tex
RASTER_USE= TEX=latex,dvipsk
MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>