1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/print/tex-formats/Makefile
Daniel Engberg c424e1eb3d print/tex-formats: Update maintainer from freebsd-tex@ to tex@
PR:		257601
Approved by:	tcberner (mentor)
2021-08-17 12:37:17 +02:00

23 lines
483 B
Makefile

PORTNAME= formats
PORTVERSION= 20150521
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= #empty
PKGNAMEPREFIX= tex-
DISTFILES= #empty
EXTRACT_ONLY= #empty
MAINTAINER= tex@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>