blob: b5a97a9a3310bfe16ff7718974cac6d80fdbe43e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= formats
PORTVERSION= 20140525
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
NO_INSTALL= yes
USE_TEX= web2c kpathsea texmf texhash fmtutil
TEXHASHDIRS= ${TEXMFVARDIR}
TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
metafont mex mptopdf pdftex tex
.include <bsd.port.mk>
|