freebsd-ports/print/tex-formats/Makefile
Hiroki Sato c175648109 Fix pkg-plist.
Reported by:	miwi
2013-06-01 12:39:21 +00:00

24 lines
484 B
Makefile

# $FreeBSD$
PORTNAME= formats
PORTVERSION= 20120701
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
USE_TEX= texlive web2c kpathsea texmf texhash fmtutil
TEXHASHDIRS= ${TEXMFVARDIR}
TEX_FORMATS= amstex context cslatex eplain latex-bin \
metafont mex mltex mptopdf pdftex tex texsis
do-install:
@${DO_NADA}
.include <bsd.port.mk>