mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
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)
30 lines
681 B
Makefile
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>
|