freebsd-ports/print/tex-formats/Makefile
Yuri Victorovich 6789bd123d print/tex-formats: Add to description that it provides the 'latex' command
Otherwise, 'pkg search latex' doesn't even return tex-formats, which can make
finding what package installs 'latex' difficult.

Approved by:	portmgr blanket (usability fix that does not result in a change in contents of the resulting package)
2018-09-21 19:30:43 +00:00

23 lines
483 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_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>