summaryrefslogtreecommitdiff
path: root/print/tex-formats/Makefile
blob: 10d336d2697b987bad59b5b7a4f955ac9e7337b4 (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
25
# $FreeBSD$

PORTNAME=	formats
PORTVERSION=	20120701
PORTREVISION=	1
CATEGORIES=	print
MASTER_SITES=	#empty
PKGNAMEPREFIX=	tex-
DISTFILES=	#empty
EXTRACT_ONLY=	#empty

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Formats for Basic TeX Engines

NO_BUILD=	yes
USE_TEX=	texlive web2c kpathsea texmf texhash fmtutil
TEXHASHDIRS=	${TEXMFVARDIR}
TEX_FORMATS=	amstex context cslatex eplain latex-bin \
		metafont mex mltex mptopdf pdftex tex texsis

NO_STAGE=	yes
do-install:
	@${DO_NADA}

.include <bsd.port.mk>