mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
289883b11b
* Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
22 lines
517 B
Makefile
22 lines
517 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MathModePlugin
|
|
SVNREV= 15934
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
LOCAL/skv
|
|
|
|
COMMENT= Include LaTeX formatted math in your TWiki pages
|
|
|
|
RUN_DEPENDS= convert:graphics/ImageMagick6
|
|
|
|
USE_TEX= base latex
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -i '' -e 's!=/usr/bin!=${LOCALBASE}/bin!g; s!=/bin!=/usr/bin!g;' \
|
|
${WRKSRC}/pub/TWiki/MathModePlugin/latex2img
|
|
|
|
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
|
|
.include <bsd.port.mk>
|