* 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>
25 lines
586 B
Makefile
25 lines
586 B
Makefile
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= latex2rtf
|
|
PORTVERSION= 2.3.8
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \
|
|
TEX_CTAN
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Translator from LaTeX to RTF
|
|
|
|
USES= shebangfix makeinfo
|
|
SHEBANG_FILES= ${WRKSRC}/scripts/latex2png
|
|
|
|
OPTIONS_DEFINE= LATEX2PNG
|
|
LATEX2PNG_DESC= Install latex2png utility
|
|
OPTIONS_SUB= yes
|
|
|
|
LATEX2PNG_RUN_DEPENDS= convert:graphics/ImageMagick6
|
|
|
|
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1 CFGDIR=${DATADIR}/cfg \
|
|
BINDIR=${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|