mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
26 lines
612 B
Makefile
26 lines
612 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} \
|
|
${MASTER_SITE_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:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1 CFGDIR=${DATADIR}/cfg \
|
|
BINDIR=${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|