summaryrefslogtreecommitdiff
path: root/print/tex-formats/Makefile
blob: a4d80c15845b081710bfda2532b036786f817da6 (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
PORTNAME=	formats
PORTVERSION=	${TEXLIVE_VERSION}
CATEGORIES=	print
MASTER_SITES=	#empty
PKGNAMEPREFIX=	tex-
DISTFILES=	#empty
EXTRACT_ONLY=	#empty

MAINTAINER=	tex@FreeBSD.org
COMMENT=	Formats for basic TeX engines and the 'latex' command
WWW=		https://tug.org/texlive/

USES=		tex
USE_TEX=	base basic fmtutil texhash texmf web2c

NO_ARCH=	yes
NO_BUILD=	yes
NO_INSTALL=	yes

TEXHASHDIRS=	${TEXMFVARDIR}
TEX_FORMATS=	amstex csplain eplain latex-bin metafont mex mptopdf \
		pdftex tex

.include <bsd.port.mk>