27 lines
447 B
Makefile
27 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= texlive
|
|
DISTVERSION= 20140525
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= #empty
|
|
PKGNAMESUFFIX= -full
|
|
DISTFILES= #empty
|
|
EXTRACT_ONLY= #empty
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= TeX Live, Full Version
|
|
|
|
USE_TEX= full texhash
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS SOURCE
|
|
OPTIONS_DEFAULT=DOCS
|
|
|
|
DOCS_USE= TEX=docs
|
|
SOURCE_DESC= Install source files
|
|
SOURCE_USE= TEX=source
|
|
|
|
.include <bsd.port.mk>
|