mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
26 lines
585 B
Makefile
26 lines
585 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/ImageMagick
|
|
|
|
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1 CFGDIR=${DATADIR}/cfg \
|
|
BINDIR=${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|