mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
26 lines
597 B
Makefile
26 lines
597 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:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1 CFGDIR=${DATADIR}/cfg \
|
|
BINDIR=${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|