aboutsummaryrefslogtreecommitdiff
path: root/print/texlive-full/Makefile
blob: 74819fafa52e24fc595af8b01c3e27c2152d9c58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	texlive
DISTVERSION=	20150521
CATEGORIES=	print
PKGNAMESUFFIX=	-full

MAINTAINER=	tex@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>