Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
This commit is contained in:
+97
-118
@@ -5,59 +5,51 @@
|
||||
TEX_MAINTAINER= hrs@FreeBSD.org
|
||||
|
||||
#
|
||||
# For ports which depend on TeX:
|
||||
# Ports which depend on TeX should use USE_TEX.
|
||||
#
|
||||
# USE_TEX= yes
|
||||
# Note that teTeX or TeXLive is used based on $TEX_DEFAULT, and full version
|
||||
# of the packages will be installed as the dependency.
|
||||
# imports variables only, and
|
||||
# USE_TEX= full
|
||||
# means full teTeX or TeXLive dependency.
|
||||
#
|
||||
# For full teTeX dependency:
|
||||
# USE_TEX= tetex
|
||||
# The other valid keywords (* means TeXLive specific):
|
||||
#
|
||||
# For full TeXLive dependency:
|
||||
# USE_TEX= texlive
|
||||
# base: base part
|
||||
# texmf: texmf tree
|
||||
#
|
||||
# The other valid keywords:
|
||||
#
|
||||
# tetex-base: teTeX base
|
||||
# tetex-texmf: teTeX texmf tree
|
||||
#
|
||||
# web2c: WEB2C toolchain and TeX engines
|
||||
# kpathsea: kpathsea library
|
||||
# ptexenc: character code conversion library for pTeX
|
||||
#
|
||||
# base: TeXLive base
|
||||
# texmf: TeXLive texmf tree
|
||||
# infra: tlmgr dependency (Perl modules)
|
||||
# web2c: WEB2C toolchain and TeX engines[*]
|
||||
# kpathsea: kpathsea library[*]
|
||||
# ptexenc: character code conversion library for pTeX[*]
|
||||
# infra: tlmgr dependency (Perl modules)[*]
|
||||
#
|
||||
# dvipsk: dvipsk
|
||||
# dvipdfmx: DVIPDFMx
|
||||
# xdvik: XDvi
|
||||
#
|
||||
# formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX,
|
||||
# METAFONT, MLTeX, PDFTeX, TeXsis
|
||||
# aleph: Aleph
|
||||
# METAFONT, MLTeX, PDFTeX, TeXsis[*]
|
||||
# tex: TeX
|
||||
# latex: LaTeX
|
||||
# aleph: Aleph[*]
|
||||
# jadetex: JadeTeX
|
||||
# luatex: LuaTeX
|
||||
# luatex: LuaTeX[*]
|
||||
# ptex: pTeX
|
||||
# xetex: XeTeX
|
||||
# xetex: XeTeX[*]
|
||||
# xmltex: XMLTeX
|
||||
#
|
||||
# texhash: directory search hash regeneration
|
||||
# updmap: font map regeneration
|
||||
# fmtutil: format regeneration
|
||||
# updmap: font map regeneration[*]
|
||||
# fmtutil: format regeneration[*]
|
||||
#
|
||||
# Examples:
|
||||
# USE_TEX= latex:build
|
||||
# USE_TEX= formats:run
|
||||
# USE_TEX= latex:build dvips:build
|
||||
|
||||
# default TeX distribution. "tetex" or "texlive"
|
||||
TEX_DEFAULT?= tetex
|
||||
#TEX_DEFAULT?= texlive
|
||||
|
||||
# normalize
|
||||
TEX_DEFAULT:= ${TEX_DEFAULT:L}
|
||||
|
||||
.if defined(USE_TEX) && !empty(USE_TEX:M[Yy][Ee][Ss])
|
||||
USE_TEX:= ${TEX_DEFAULT}
|
||||
.endif
|
||||
|
||||
TEXMFDIR?= share/texmf
|
||||
TEXMFDISTDIR?= share/texmf-dist
|
||||
TEXMFLOCALDIR?= share/texmf-local
|
||||
@@ -79,100 +71,87 @@ CONFLICTS_TETEX= \
|
||||
teTeX-*-[0-9]* *-teTeX-*-[0-9]* \
|
||||
latex2e-[0-9]*
|
||||
|
||||
.if !empty(USE_TEX:Mtetex-texmf) || !empty(USE_TEX:Mtetex)
|
||||
.if !empty(TEX_DEFAULT:U:MTETEX)
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TEXLIVE}
|
||||
.elif !empty(TEX_DEFAULT:U:MTEXLIVE)
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.else
|
||||
.error malformed TEX_DEFAULT: ${TEX_DEFAULT}
|
||||
.endif
|
||||
|
||||
_TEX_LABEL:= ${TEX_DEFAULT:U:S/TEXLIVE/TEX/}
|
||||
|
||||
_USE_TETEX_TEXMF= ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TEXLIVE}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mtetex-base) || !empty(USE_TEX:Mtetex)
|
||||
_USE_TEX_TEXMF= ${LOCALBASE}/${TEXMFDISTDIR}/README:${PORTSDIR}/print/texlive-texmf
|
||||
|
||||
_USE_TETEX_BASE= mktexlsr:${PORTSDIR}/print/teTeX-base
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TEXLIVE}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mtetex-dvipsk) || !empty(USE_TEX:Mtetex)
|
||||
_USE_TEX_BASE= tlmgr:${PORTSDIR}/print/texlive-base
|
||||
|
||||
_USE_TEX_INFRA= ${SITE_PERL}/TeXLive/TLConfig.pm:${PORTSDIR}/print/texlive-infra
|
||||
|
||||
_USE_TETEX_DVIPSK= dvips:${PORTSDIR}/print/dvipsk-tetex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TEXLIVE}
|
||||
.endif
|
||||
|
||||
.if !empty(USE_TEX:Mweb2c) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_WEB2C= weave:${PORTSDIR}/devel/tex-web2c
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mjadetex) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_JADETEX= jadetex:${PORTSDIR}/print/tex-jadetex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mxmltex) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_XMLTEX= xmltex:${PORTSDIR}/print/tex-xmltex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mluatex) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_LUATEX= luatex:${PORTSDIR}/print/tex-luatex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mxetex) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_XETEX= xetex:${PORTSDIR}/print/tex-xetex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Maleph) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_ALEPH= aleph:${PORTSDIR}/print/tex-aleph
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mptex) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_PTEX= ptex:${PORTSDIR}/japanese/tex-ptex
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mkpathsea) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_KPATHSEA= kpathsea:${PORTSDIR}/devel/tex-kpathsea
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mptexenc) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_PTEXENC= ptexenc:${PORTSDIR}/print/tex-ptexenc
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mdvipsk) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_DVIPSK= dvips:${PORTSDIR}/print/tex-dvipsk
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mxdvik) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_XDVIK= xdvi:${PORTSDIR}/print/tex-xdvik
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mxdvipdfmx) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_DVIPDFMX= dvipdfmx:${PORTSDIR}/print/tex-dvipdfmx
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mbase) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEXLIVE_BASE= tlmgr:${PORTSDIR}/print/texlive-base
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mtexmf) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEXLIVE_TEXMF= ${LOCALBASE}/${TEXMFDISTDIR}/README:${PORTSDIR}/print/texlive-texmf
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Mformats) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEX_FORMATS= ${LOCALBASE}/${TEXMFVARDIR}/web2c/tex/tex.fmt:${PORTSDIR}/print/tex-formats
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
.if !empty(USE_TEX:Minfra) || !empty(USE_TEX:Mtexlive)
|
||||
_USE_TEXLIVE_INFRA= ${SITE_PERL}/TeXLive/TLConfig.pm:${PORTSDIR}/print/texlive-infra
|
||||
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
||||
.endif
|
||||
|
||||
.for D in TETEX_TEXMF TETEX_BASE TETEX_DVIPSK \
|
||||
TEXLIVE_BASE TEX_WEB2C TEXLIVE_TEXMF TEXLIVE_INFRA \
|
||||
TEX_FORMATS TEX_ALEPH TEX_JADETEX TEX_XMLTEX TEX_LUATEX \
|
||||
TEX_XETEX TEX_PTEX TEX_XDVIK TEX_DVIPSK TEX_DVIPDFMX
|
||||
RUN_DEPENDS+= ${_USE_${D}}
|
||||
_USE_TETEX_XDVIK= xdvi:${PORTSDIR}/print/xdvik
|
||||
_USE_TEX_XDVIK= xdvi:${PORTSDIR}/print/tex-xdvik
|
||||
|
||||
_USE_TETEX_DVIPDFMX= dvipdfmx:${PORTSDIR}/print/dvipdfmx
|
||||
_USE_TEX_DVIPDFMX= dvipdfmx:${PORTSDIR}/print/tex-dvipdfmx
|
||||
|
||||
_USE_TETEX_TEX= ${_USE_TETEX_BASE} ${_USE_TETEX_TEXMF}
|
||||
_USE_TEX_TEX= ${_USE_TEX_FORMATS}
|
||||
|
||||
_USE_TETEX_LATEX= ${_USE_TETEX_BASE} ${_USE_TETEX_TEXMF}
|
||||
_USE_TEX_LATEX= ${_USE_TEX_FORMATS}
|
||||
|
||||
_USE_TETEX_JADETEX= jadetex:${PORTSDIR}/print/jadetex
|
||||
_USE_TEX_JADETEX= jadetex:${PORTSDIR}/print/tex-jadetex
|
||||
|
||||
_USE_TETEX_XMLTEX= xmltex:${PORTSDIR}/print/xmltex
|
||||
_USE_TEX_XMLTEX= xmltex:${PORTSDIR}/print/tex-xmltex
|
||||
|
||||
_USE_TETEX_PTEX= ptex:${PORTSDIR}/japanese/ptex
|
||||
_USE_TEX_PTEX= ptex:${PORTSDIR}/japanese/tex-ptex
|
||||
|
||||
_USE_TEX_WEB2C= weave:${PORTSDIR}/devel/tex-web2c
|
||||
_USE_TEX_KPATHSEA= kpathsea:${PORTSDIR}/devel/tex-kpathsea
|
||||
_USE_TEX_PTEXENC= ptexenc:${PORTSDIR}/print/tex-ptexenc
|
||||
_USE_TEX_FORMATS= ${LOCALBASE}/${TEXMFVARDIR}/web2c/tex/tex.fmt:${PORTSDIR}/print/tex-formats
|
||||
_USE_TEX_ALEPH= aleph:${PORTSDIR}/print/tex-aleph
|
||||
_USE_TEX_LUATEX= luatex:${PORTSDIR}/print/tex-luatex
|
||||
_USE_TEX_XETEX= xetex:${PORTSDIR}/print/tex-xetex
|
||||
|
||||
.for D in TEXMF BASE \
|
||||
DVIPSK DVIPDFMX XDVIK XMLTEX JADETEX
|
||||
_USE_TETEX_FULL+= ${_USE_TETEX_${D}}
|
||||
.endfor
|
||||
.for D in TETEX_TEXMF TETEX_BASE TETEX_DVIPSK \
|
||||
TEXLIVE_BASE TEX_WEB2C TEXLIVE_TEXMF \
|
||||
TEX_FORMATS TEX_ALEPH TEX_JADETEX TEX_XMLTEX TEX_LUATEX \
|
||||
TEX_XETEX TEX_PTEX
|
||||
BUILD_DEPENDS+= ${_USE_${D}}
|
||||
.endfor
|
||||
.for D in TEX_KPATHSEA TEX_PTEXENC
|
||||
LIB_DEPENDS+= ${_USE_${D}}
|
||||
.for D in TEXMF BASE WEB2C KPATHSEA PTEXENC INFRA \
|
||||
FORMATS ALEPH XETEX JADETEX LUATEX XMLTEX PTEX \
|
||||
DVIPSK DVIPDFMX XDVIK
|
||||
_USE_TEX_FULL+= ${_USE_TEX_${D}}
|
||||
.endfor
|
||||
|
||||
.if !empty(USE_TEX:U:MFULL)
|
||||
BUILD_DEPENDS+= ${_USE_${_TEX_LABEL}_FULL}
|
||||
RUN_DEPENDS+= ${_USE_${_TEX_LABEL}_FULL}
|
||||
.else
|
||||
. for _UU in ${USE_TEX:U}
|
||||
_U:= ${_UU} # ugly but necessary in for loop
|
||||
. if !empty(_U:MKPATHSEA) || !empty(_U:MPTEXENC)
|
||||
_C:= LIB
|
||||
. else
|
||||
. if empty(_U:M*\:*)
|
||||
_C:= BUILD RUN
|
||||
. else
|
||||
_C:= ${_U:C/.*://}
|
||||
. endif
|
||||
. endif
|
||||
. for _CC in ${_C}
|
||||
${_CC}_DEPENDS+=${_USE_${_TEX_LABEL}_${_UU:C/:.*$//}}
|
||||
. endfor
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.ORDER: do-texhash do-fmtutil do-updmap
|
||||
|
||||
.if !empty(USE_TEX:Mtexhash) || !empty(USE_TEX:Mfmtutil) || !empty(USE_TEX:Mupdmap)
|
||||
|
||||
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= TeX/LaTeX package to generate Arabic writing
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR}
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Creates celestial charts
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DISTFILES= cwtexmain.tgz cwtexbin-${PORTVERSION}.tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= CwTeX let you use Chinese Big5 codes in TeX/LaTeX documents
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ TESTING_DESC= Include testing support
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
|
||||
${LOCALBASE}/bin/sphinx-apidoc:${PORTSDIR}/textproc/py-sphinx \
|
||||
dot:${PORTSDIR}/graphics/graphviz \
|
||||
|
||||
@@ -15,13 +15,12 @@ MASTER_SITES= http://members.chello.at/rene.weichselbaum/ \
|
||||
MAINTAINER= dryice@dryice.name
|
||||
COMMENT= Manage your projects or tasks within GNU Emacs
|
||||
|
||||
RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
xpdf:${PORTSDIR}/graphics/xpdf
|
||||
RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf
|
||||
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
|
||||
@@ -20,6 +20,6 @@ RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -37,7 +37,7 @@ WITHOUT_AVRLIBCDOCS= true
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AVRLIBCDOCS)
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
|
||||
fig2dev:${PORTSDIR}/print/transfig \
|
||||
jpegtopnm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
@@ -52,7 +52,7 @@ BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
.if ${PORT_OPTIONS:MPDFDOCS}
|
||||
ALL_TARGET+= pdf
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
USE_GHOSTSCRIPT_BUILD= yes
|
||||
MAKE_ARGS+= HAVE_PDFDOCS=yes
|
||||
.endif # PDFDOCS
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ PLIST_SUB+= GDCM_MAJ="${GDCM_MAJ}" \
|
||||
GDCM_SO="${GDCM_SO}"
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
USE_GHOSTSCRIPT= yes
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||
CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=YES \
|
||||
|
||||
@@ -37,7 +37,7 @@ PORTDOCS= Meta-CVS-PAPER \
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPDFDOC} && !defined(NOPORTDOCS)
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
PORTDOCS+= meta-cvs.pdf
|
||||
.endif
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ LATEX_DESC= Install LaTeX if necessary (needed for pdf output)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLATEX}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
||||
@@ -18,7 +18,7 @@ COMMENT= A literate programming tool for Objective Caml
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_SUB+= TEXMFDIR=${TEXMFDIR} \
|
||||
MKTEXLSR=${MKTEXLSR}
|
||||
|
||||
@@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
CONFIGURE_ARGS+= --enable-manual
|
||||
BUILD_DEPENDS+= fig2dev:${PORTSDIR}/print/transfig
|
||||
PLIST_SUB+= DOCS=""
|
||||
|
||||
@@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \
|
||||
BROKEN= does not package
|
||||
|
||||
#USE_BZIP2= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ COMMENT= Path searching library for TeX
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_TEX= yes
|
||||
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
|
||||
EXTRACT_FILES= ${DISTNAME}/build-aux \
|
||||
${DISTNAME}/texk/kpathsea
|
||||
|
||||
@@ -15,7 +15,7 @@ USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
USE_KDE4= kdeprefix kdelibs automoc4 sharedmime kate_run
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK= ${PORTNAME}-kde4
|
||||
|
||||
@@ -26,7 +26,7 @@ USE_KDELIBS_VER=3
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
OPTIONS_DEFINE= KPDF
|
||||
OPTIONS_DEFAULT= KPDF
|
||||
|
||||
@@ -17,7 +17,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
@@ -12,14 +12,13 @@ COMMENT= LaTeX Development Environment
|
||||
|
||||
LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \
|
||||
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4
|
||||
RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_QT4= gui network xml webkit \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
HAS_CONFIGURE= yes
|
||||
QMAKE_ARGS= PREFIX=${PREFIX} ICONDIR=${PREFIX}/share/pixmaps \
|
||||
DESKTOPDIR=${DESKTOPDIR}
|
||||
|
||||
@@ -13,15 +13,14 @@ COMMENT= A LaTeX IDE derived from Texmaker
|
||||
|
||||
LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \
|
||||
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4
|
||||
RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_QT4= gui network xml moc_build qmake_build rcc_build \
|
||||
uic_build qtestlib script
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libgnomeui desktopfileutils gnomehier
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
OPTIONS_DEFINE= CONTEXT VNTEX UNIKEY_GTK NLS DOCS
|
||||
CONTEXT_DESC= ConTexT support (Experimental)
|
||||
|
||||
@@ -38,7 +38,7 @@ DITAA_DESC= Diagram editor support
|
||||
RUN_DEPENDS+= R:${PORTSDIR}/math/R
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MLATEX}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MGRAPHVIZ}
|
||||
RUN_DEPENDS+= fdp:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
@@ -18,13 +18,12 @@ COMMENT= Creates math plots and line figures using easy-to-learn syntax
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
latex-pgf>=0:${PORTSDIR}/print/latex-pgf \
|
||||
BUILD_DEPENDS= latex-pgf>=0:${PORTSDIR}/print/latex-pgf \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk:build
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \
|
||||
|
||||
@@ -55,7 +55,7 @@ DJVU_DESC= DJVU support
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
CONFIGURE_ARGS+= --enable-dvi
|
||||
GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas
|
||||
|
||||
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-jpeg=no --with-png=no -with-tiff=no
|
||||
|
||||
.if ${PORT_OPTIONS:MLATEX_GS}
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
|
||||
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
|
||||
USES= pkgconfig
|
||||
USE_QT4= gui moc_build qmake_build rcc_build uic_build
|
||||
USE_TEX= tetex-base
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= DLL_CFLAGS="-fPIC" \
|
||||
ICONV_CFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
@@ -34,7 +34,7 @@ PREFIX= ${KDE_PREFIX}
|
||||
|
||||
USE_GL= glut
|
||||
USE_BZIP2= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --without-poppler
|
||||
USE_GMAKE= yes
|
||||
|
||||
@@ -14,12 +14,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Convert LaTeX formula to image
|
||||
|
||||
RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
|
||||
USE_QT4= gui xml dbus designer_build \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GHOSTSCRIPT= yes
|
||||
QMAKE_ARGS= QMAKE=${QMAKE} INSTALLPREFIX=${PREFIX} \
|
||||
|
||||
@@ -15,12 +15,11 @@ MASTER_SITES= http://www.redsymbol.net/software/l2p/dist/ \
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Create PNG images from LaTeX math expressions
|
||||
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
dvips:${PORTSDIR}/print/dvipsk-tetex
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@@ -38,7 +38,7 @@ DVI_DESC= Support DVI files (requires teTeX)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDVI}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -14,7 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
|
||||
OPTIONS_DEFINE= T1CODE KPATHSEA
|
||||
OPTIONS_DEFAULT= T1CODE KPATHSEA
|
||||
|
||||
@@ -38,7 +38,7 @@ PLIST_SUB= DVIPSDIR=${DVIPSDIR} \
|
||||
TEXMFCONFIGDIR=${TEXMFCONFIGDIR} \
|
||||
FONTSMAPDIR=${FONTSMAPDIR} \
|
||||
UPDMAP_SYS="${UPDMAP_SYS}"
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-multiplatform \
|
||||
|
||||
@@ -18,11 +18,10 @@ DIST_SUBDIR= latex
|
||||
MAINTAINER= yokota@res.otaru-uc.ac.jp
|
||||
COMMENT= pLaTeX package that literally provides Japanese option to babel
|
||||
|
||||
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex \
|
||||
iconv:${PORTSDIR}/converters/libiconv
|
||||
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex ptex
|
||||
|
||||
TEXMFDIR= share/texmf
|
||||
STYDIR= tex/generic/babel
|
||||
|
||||
@@ -17,10 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:S/^1.0.20//}${EXTRACT_SUFX}:0 \
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= New document class files for pLaTeX
|
||||
|
||||
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex ptex
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= CLASSDIR=${CLASSDIR} TFMDIR=${TFMDIR} \
|
||||
PLDIR=${PLDIR} MKTEXLSR=${MKTEXLSR} \
|
||||
|
||||
@@ -31,7 +31,7 @@ CONFLICTS_INSTALL= \
|
||||
tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \
|
||||
tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]*
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${KANJICODE}
|
||||
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
|
||||
+4
-10
@@ -11,19 +11,13 @@ EXTRACT_ONLY= # empty
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A meta port for teTeX suite for Japanese (including pTeX and JTeX)
|
||||
|
||||
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex \
|
||||
dvips:${PORTSDIR}/japanese/dvipsk \
|
||||
jtex:${PORTSDIR}/japanese/texfamily \
|
||||
RUN_DEPENDS= jtex:${PORTSDIR}/japanese/texfamily \
|
||||
${JTEXVF}:${PORTSDIR}/japanese/texfamily-vfn2a
|
||||
|
||||
USE_TEX= base texmf dvipsk ptex
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS+= xdvi:${PORTSDIR}/japanese/xdvik
|
||||
USE_TEX+= xdvik
|
||||
.endif
|
||||
|
||||
CONFLICTS= texlive-[0-9]* tex-web2c-[0-9]* \
|
||||
tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \
|
||||
tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]*
|
||||
|
||||
USE_TEX= tetex
|
||||
JTEXVF= ${LOCALBASE}/share/texmf-local/fonts/vf/n2a/dmjsy5.vf
|
||||
TEXMFLOCAL_LSR= ${LOCALBASE}/share/texmf-local/ls-R
|
||||
TEXMFDISTDIR= share/texmf-dist
|
||||
|
||||
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/jap
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex \
|
||||
jtex:${PORTSDIR}/japanese/texfamily
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
MAKE_ENV= JTEXTFMDIR=${LOCALBASE}/${TEXMFLOCALDIR}/fonts/tfm/muling/nttsub \
|
||||
PTEXTFMDIR=${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
wwwcore.1:${PORTSDIR}/www/libwww \
|
||||
t1.5:${PORTSDIR}/devel/t1lib
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${KANJICODE}
|
||||
|
||||
@@ -24,7 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
t1.5:${PORTSDIR}/devel/t1lib
|
||||
|
||||
DIST_SUBDIR= xdvik
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/${TEXMFDIR:S,texmf$,,} \
|
||||
|
||||
@@ -15,7 +15,7 @@ DISTNAME= ko.tex-unfonts-base-20070927
|
||||
MAINTAINER= hyogeollee@gmail.com
|
||||
COMMENT= Korean TeX base fonts
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
CONFLICTS= hlatex-[0-9]*
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
@@ -15,7 +15,7 @@ DISTFILES= ko.tex-extra-hlfont.tar.gz ko.tex-unfonts-extra.tar.gz
|
||||
MAINTAINER= hyogeollee@gmail.com
|
||||
COMMENT= Korean TeX extra fonts
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
CONFLICTS= hlatex-[0-9]*
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
@@ -17,7 +17,7 @@ COMMENT= Korean TeX macro and utilities
|
||||
|
||||
RUN_DEPENDS= ${BASE_MAP}:${PORTSDIR}/korean/ko.TeX-fonts-base
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
CONFLICTS= hlatex-[0-9]*
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= Hope is lazy interpreter for HOPE applicative language
|
||||
|
||||
.if defined(WITH_DOCS)
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html
|
||||
MAKE_ARGS+= WITH_DOCS=yes
|
||||
.else
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ USE_EMACS= yes
|
||||
|
||||
.if defined(WITH_FULL_DOCS)
|
||||
.undef NOPORTDOCS
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex:build
|
||||
USE_GHOSTSCRIPT=yes
|
||||
.endif
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ OPTIONS= SMLNJ "Bootstrap with SML/NJ (can take >15 hours)" off \
|
||||
.if !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed \
|
||||
htmldoc:${PORTSDIR}/textproc/htmldoc
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
.else
|
||||
INSTALL_TARGET= install-no-docs
|
||||
ALL_TARGET= all-no-docs
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ RUN_DEPENDS= sml:${PORTSDIR}/lang/sml-nj
|
||||
BUILD_DEPENDS= sml:${PORTSDIR}/lang/sml-nj
|
||||
.endif
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex:build
|
||||
|
||||
.if defined(WITH_MLTON)
|
||||
MAKEFILE= mlton/Makefile
|
||||
|
||||
+1
-1
@@ -244,7 +244,7 @@ INFO= R-FAQ R-admin R-data R-exts R-intro R-lang
|
||||
.if ${PORT_OPTIONS:MPDF_MANUALS} && ${PORT_OPTIONS:MDOCS}
|
||||
BROKEN = The PDF_MANUALS option cannot be used, because\
|
||||
print/texinfo is incompatible with print/teTeX-base
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex:build
|
||||
BUILD_DEPENDS += texi2dvi:${PORTSDIR}/print/texinfo
|
||||
ALL_TARGET+= pdf
|
||||
CONFIGURE_ENV += INSTALL_INFO="${LOCALBASE}/bin/install-info" \
|
||||
|
||||
@@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
CONFIGURE_ARGS= --disable-gc
|
||||
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GL= glut
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
@@ -80,11 +80,9 @@ INSTALL_TARGET+= install-man
|
||||
#.if ${PORT_OPTIONS:MMANPAGES} || ${PORT_OPTIONS:MDOCS}
|
||||
# teTeX is too old to compile the asymptote documentation
|
||||
.if 0
|
||||
USE_TEX+= dvipsk:build
|
||||
BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
latex:${PORTSDIR}/print/teTeX-base \
|
||||
makeinfo:${PORTSDIR}/textproc/texi2html \
|
||||
${MKTEXLSR}:${PORTSDIR}/print/teTeX-base \
|
||||
svn:${PORTSDIR}/devel/subversion \
|
||||
texi2dvi:${PORTSDIR}/print/texinfo
|
||||
.endif
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ MAN1= coq-tex.1 coq_makefile.1 coqc.1 coqchk.1 coqdep.1 coqdoc.1 \
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
BUILD_DEPENDS+= hevea:${PORTSDIR}/textproc/hevea \
|
||||
${LOCALBASE}/share/texmf/tex/latex/ucs/utf8x.def:${PORTSDIR}/print/latex-ucs
|
||||
PORTDOCS= *
|
||||
|
||||
@@ -14,7 +14,7 @@ LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
|
||||
RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USES= bison gettext iconv
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@ COMMENT= Computer algebra system by Bernard Parisse
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
|
||||
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
||||
pari:${PORTSDIR}/math/pari \
|
||||
@@ -29,7 +28,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GL= gl
|
||||
USE_XORG= xcursor xft xi
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build dvipsk:build
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --without-plot
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTETEX}
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf latex
|
||||
CONFIGURE_ARGS+= --with-kpsexpand \
|
||||
--with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot
|
||||
PLIST_SUB+= TETEX=""
|
||||
|
||||
@@ -15,7 +15,7 @@ MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Script to turn intuitively written math into latex
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --with-umfpack-include="${LOCALBASE}/include/suitesparse" \
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
#USE_TEX= tetex
|
||||
#USE_TEX= latex:build
|
||||
#BUILD_DEPENDS+= c2html:${PORTSDIR}/textproc/c2html \
|
||||
# doc2lt:${PORTSDIR}/textproc/sowing
|
||||
.endif
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ USE_FORTRAN= yes
|
||||
USE_GCC= 4.7+
|
||||
USE_TK= yes
|
||||
USE_GMAKE= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex:build
|
||||
USES= iconv
|
||||
MAKE_JOBS_SAFE= yes
|
||||
LDFLAGS:= -Wl,-rpath=${WRKSRC}/local/lib ${LDFLAGS}
|
||||
|
||||
@@ -18,7 +18,7 @@ COMMENT= A collection of makefile and scripts for LaTeX documents
|
||||
BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
|
||||
RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
CFLAGS+= "-fPIC"
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
@@ -28,7 +28,7 @@ USE_PGSQL+= server pltcl
|
||||
|
||||
.if ${PKGNAMESUFFIX} == -www
|
||||
USE_APACHE= 22+
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex
|
||||
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
|
||||
pwgen:${PORTSDIR}/sysutils/pwgen \
|
||||
${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2
|
||||
|
||||
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Both classes and styles for both LaTex and bibtex for ABNT rules
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
@@ -14,7 +14,7 @@ COMMENT= Integrated environment for writing LaTeX using GNU Emacs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GHOSTSCRIPT=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \
|
||||
|
||||
@@ -16,7 +16,7 @@ COMMENT= Style file providing a beginning-of-page hook for LaTeX
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A DVI to text/plain translator
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
@@ -81,10 +81,9 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
# Choose appropriate settings for each LaTeX
|
||||
.if ${PORT_OPTIONS:MJATETEX}
|
||||
BUILD_DEPENDS+= latex:${PORTSDIR}/japanese/teTeX
|
||||
RUN_DEPENDS+= latex:${PORTSDIR}/japanese/teTeX
|
||||
USE_TEX= ptex
|
||||
.else
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
|
||||
.endif
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
|
||||
@@ -23,7 +23,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
paper:${PORTSDIR}/print/libpaper
|
||||
RUN_DEPENDS= ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${LOCALBASE}/share
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
@@ -17,7 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
wwwcore.1:${PORTSDIR}/www/libwww \
|
||||
t1.5:${PORTSDIR}/devel/t1lib
|
||||
|
||||
USE_TEX= tetex-base tetex-texmf
|
||||
USE_TEX= base texmf
|
||||
PLIST_SUB= TEXMFDIR=${TEXMFDIR} \
|
||||
TEXMFDISTDIR=${TEXMFDISTDIR} \
|
||||
TEXMFCONFIGDIR=${TEXMFCONFIGDIR} \
|
||||
|
||||
@@ -17,7 +17,7 @@ COMMENT= Converter from DVI to SVG
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
ALL_TARGET= # empty
|
||||
# workaround for svgfonts.c not including kpathsea/c-auto.h
|
||||
CFLAGS+= -DHAVE_PROTOTYPES
|
||||
|
||||
@@ -16,7 +16,7 @@ COMMENT= LaTeX style files for typesetting verbatim source code listings
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
||||
RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= base texmf
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
|
||||
|
||||
@@ -16,7 +16,7 @@ COMMENT= Produce HTML and printed documents from LaTeX source
|
||||
|
||||
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ COMMENT= The file ifxetex.sty tests whether XeTeX is being used
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ COMMENT= A TeX backend for Jade, for typesetting SGML documents
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= tex
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
MAKE_ENV= TEXMFCNF=${FILESDIR}:${TEXMFDIR}/web2c
|
||||
|
||||
|
||||
@@ -16,10 +16,8 @@ DIST_SUBDIR= latex
|
||||
MAINTAINER= yokota@res.otaru-uc.ac.jp
|
||||
COMMENT= LaTeX class for American Astronomical Society (AAS) journals
|
||||
|
||||
BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex
|
||||
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex dvipsk
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ MAINTAINER= rea@FreeBSD.org
|
||||
COMMENT= LaTeX styles for ACM journals
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= yes
|
||||
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
|
||||
@@ -17,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package that draws dash-lines in array/tabular
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
|
||||
@@ -13,7 +13,7 @@ MASTER_SITES= http://waterdeep.physics.upatras.gr/~eelvex/files/
|
||||
MAINTAINER= mplekos@physics.upatras.gr
|
||||
COMMENT= A LaTeX package for switching between greek/latintext automatically
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= TEXMFDIST=${TEXMFDIST} UPDMAP=${UPDMAP} \
|
||||
CLASSDIR=${CLASSDIR} FMTUTIL=${FMTUTIL} \
|
||||
|
||||
@@ -11,7 +11,7 @@ COMMENT= A LaTeX class to create a beamer presentation
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ COMMENT= Reimplementation of the LaTeX bibliographic facilities
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ EXTRACT_ONLY= #empty
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package for printing all of a BibTeX database entries
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package that utilization diagram of data fields
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= TEXMFDIR=${TEXMFDIR} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package that supports customization of captions
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
|
||||
TEXMFDIR=${TEXMFDIR}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package that ties section structures and folders
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
|
||||
TEXMFDIR=${TEXMFDIR}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A LaTeX package for typesetting circuit diagrams
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
# We need to install in the global texmf-local directory
|
||||
PREFIX= ${LOCALBASE}
|
||||
|
||||
@@ -21,7 +21,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
|
||||
MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \
|
||||
hbf2gf.1 sjisconv.1
|
||||
|
||||
@@ -18,7 +18,7 @@ COMMENT= Context sensitive quotation facilities
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ MAINTAINER= idolum@users.sourceforge.net
|
||||
COMMENT= A toolbox providing programming facilities for LaTeX
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ EXTRACT_ONLY= #empty
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package for drawing of Feynman diagrams
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= TEXMFDIR=${TEXMFDIR} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR} FONTDIR=${FONTDIR} MPDIR=${MPDIR}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ EXTRACT_ONLY= #empty
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package for the graphical representation of the keys
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR}
|
||||
|
||||
@@ -20,7 +20,7 @@ COMMENT= A LaTeX package for drawing logarithmic graph paper
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR}
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= YES
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
|
||||
|
||||
@@ -18,7 +18,7 @@ COMMENT= Support for automation of the LaTeX workflow
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TEXMFLOCAL}/tex/latex/etoolbox/etoolbox.sty:${PORTSDIR}/print/latex-etoolbox
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ MAINTAINER= rakuco@FreeBSD.org
|
||||
COMMENT= Combines the features of both the tabularx and longtable packages
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR} \
|
||||
|
||||
@@ -15,7 +15,7 @@ MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Math series, aka mathabx MetaFont fontset for TeX/LaTeX
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= TEXMFLOCALDIR=${TEXMFLOCALDIR} \
|
||||
MKTEXLSR=${MKTEXLSR} \
|
||||
|
||||
@@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package to generate a nomenclature using MakeIndex
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
|
||||
TEXMFDIR=${TEXMFDIR}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ COMMENT= A LaTeX package for TeX Portable Graphic Format
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_ZIP= YES
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR} \
|
||||
TEXMFDIR=${TEXMFDIR}
|
||||
|
||||
@@ -18,7 +18,7 @@ MAINTAINER= yokota@res.otaru-uc.ac.jp
|
||||
COMMENT= Improved reference formatting for LaTeX2e
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR}
|
||||
|
||||
TEXMFDIR?= share/texmf
|
||||
|
||||
@@ -19,7 +19,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A resume class for LaTeX
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
|
||||
@@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package that enables subnumbering of different floats
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= niedbalski@gmail.com
|
||||
COMMENT= A LaTeX package for a tabular that spans multiple pages
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
|
||||
CLASSDIR=${CLASSDIR}
|
||||
USE_GMAKE= yes
|
||||
|
||||
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= latex-
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= A LaTeX package for Subversion support
|
||||
|
||||
USE_TEX= tetex
|
||||
USE_TEX= latex
|
||||
PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR}
|
||||
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user