summaryrefslogtreecommitdiff
path: root/print/tex-formats/Makefile
blob: 86f9625781893ec2effc13b1780493bb72b4f7b4 (plain)
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}
PORTREVISION=	1
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/

USE_TEX=	basic fmtutil texhash texmf web2c

NO_ARCH=	yes
NO_BUILD=	yes
NO_INSTALL=	yes

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

.include <bsd.port.mk>