blob: a484e0fdced489bc2256b0cd3c0e192df009b25c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= texlive
DISTVERSION= 20150521
CATEGORIES= print
PKGNAMESUFFIX= -full
MAINTAINER= tex@FreeBSD.org
COMMENT= TeX Live, Full Version
USE_TEX= full texhash
USES= cpe metaport
CPE_VENDOR= tug
OPTIONS_DEFINE= DOCS SOURCE
DOCS_USE= TEX=docs
SOURCE_DESC= Install source files
SOURCE_USE= TEX=source
.include <bsd.port.mk>
|