ports/math/gnuplot-tex-extras/Makefile
Muhammad Moinur Rahman d3ece546b5 math/gnuplot-tex-extras: Remove commented texmf
After 6 months of commit there were no comments from the maintainer or
any bugs reported about the removal of texmf which means this port
does not use texmf at all.

Sponsored by:	Nepustil
Approved by:    portmgr (blanket)
2023-10-26 14:22:04 +02:00

30 lines
681 B
Makefile

PORTNAME= gnuplot
PORTVERSION= 5.2.8
PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= SF
PKGNAMESUFFIX= -tex-extras
MAINTAINER= glewis@FreeBSD.org
COMMENT= Extra files for Gnuplot TeX support
WWW= http://www.gnuplot.info/
RUN_DEPENDS= gnuplot:math/gnuplot
USES= cpe tex
NO_BUILD= yes
PLIST_FILES= ${TEX_FILES:S,^,${TEX_DIR}/,}
TEX_DIR= ${LOCALBASE}/${TEXMFDIR}/tex/latex/gnuplot
TEX_FILES= gnuplot-lua-tikz.sty \
gnuplot-lua-tikz-common.tex \
gnuplot-lua-tikz.tex \
t-gnuplot-lua-tikz.tex \
gnuplot.cfg
do-install:
@${MKDIR} ${STAGEDIR}${TEX_DIR}
cd ${WRKSRC}/share/LaTeX && ${INSTALL_DATA} ${TEX_FILES} \
${STAGEDIR}${TEX_DIR}
.include <bsd.port.mk>