freebsd-ports/print/tex-formats/Makefile
Sunpoet Po-Chuan Hsieh 5869c1a6a4 Add NO_ARCH
Approved by:	portmgr (blanket)
2019-04-13 23:45:41 +00:00

24 lines
496 B
Makefile

# $FreeBSD$
PORTNAME= formats
PORTVERSION= 20150521
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= #empty
PKGNAMEPREFIX= tex-
DISTFILES= #empty
EXTRACT_ONLY= #empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= Formats for basic TeX engines and the 'latex' command
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
USE_TEX= web2c basic texmf fmtutil texhash
TEXHASHDIRS= ${TEXMFVARDIR}
TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
metafont mex mptopdf pdftex tex
.include <bsd.port.mk>