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.
21 lines
343 B
Makefile
21 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= texlive
|
|
DISTVERSION= 20150521
|
|
CATEGORIES= print
|
|
PKGNAMESUFFIX= -full
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= TeX Live, Full Version
|
|
|
|
USE_TEX= full texhash
|
|
USES= metaport
|
|
|
|
OPTIONS_DEFINE= DOCS SOURCE
|
|
OPTIONS_DEFAULT=DOCS
|
|
|
|
DOCS_USE= TEX=docs
|
|
SOURCE_DESC= Install source files
|
|
SOURCE_USE= TEX=source
|
|
|
|
.include <bsd.port.mk>
|