mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
2c48d82d96
After the changes committed ina9b0182
this port failed to build. This commit fixes the build and overall also reduces the frequent builds of texlive-texmf. PR: 274749 Reported by: michael.glaus@hostpoint.ch Fixes:a9b0182
print/texlive-texmf: Temporarily reduce DEPENDS Sponsored by: Nepustil
25 lines
509 B
Makefile
25 lines
509 B
Makefile
PORTNAME= formats
|
|
PORTVERSION= ${TEXLIVE_VERSION}
|
|
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
|
|
WWW= https://tug.org/texlive/
|
|
|
|
USES= tex
|
|
USE_TEX= base basic fmtutil texhash texmf web2c
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
TEXHASHDIRS= ${TEXMFVARDIR}
|
|
TEX_FORMATS= amstex csplain eplain latex-bin metafont mex mptopdf \
|
|
pdftex tex
|
|
|
|
.include <bsd.port.mk>
|