mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
90410e570d
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= formats
|
|
PORTVERSION= 20150521
|
|
CATEGORIES= print
|
|
MASTER_SITES= #empty
|
|
PKGNAMEPREFIX= tex-
|
|
DISTFILES= #empty
|
|
EXTRACT_ONLY= #empty
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Formats for Basic TeX Engines
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
USE_TEX= web2c kpathsea texmf texhash fmtutil
|
|
TEXHASHDIRS= ${TEXMFVARDIR}
|
|
TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
|
|
metafont mex mptopdf pdftex tex
|
|
|
|
.include <bsd.port.mk>
|