freebsd-ports/print/texlive-full/Makefile
Hiroki Sato ececdb663c Split print/texlive-texmf into two ports, texlive-texmf and
texlive-texmf-source.

PR:	193202
2014-08-31 20:23:30 +00:00

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>