blob: f22a26461c8ab51a0df1e5524135592672ca8f85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $FreeBSD$
PORTNAME= texlive
DISTVERSION= 20120701
CATEGORIES= print
MASTER_SITES= #empty
PKGNAMESUFFIX= -full
DISTFILES= #empty
EXTRACT_ONLY= #empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= TeX Live, Full Version
USE_TEX= texlive full texhash
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
USE_TEX+= docs
.endif
do-install:
@${DO_NADA}
.include <bsd.port.mk>
|