freebsd-ports/print/tex-formats/Makefile
2014-12-04 02:30:05 +00:00

24 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= formats
PORTVERSION= 20140525
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
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>