20 lines
322 B
Makefile
20 lines
322 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
|
|
|
|
DOCS_USE= TEX=docs
|
|
SOURCE_DESC= Install source files
|
|
SOURCE_USE= TEX=source
|
|
|
|
.include <bsd.port.mk>
|