blob: d195aaf3623b67875a94f0d91b49977eb1d15bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:53 rillig Exp $
DISTNAME= context-gnuplot
PKGNAME= tex-${DISTNAME}-2015
TEXLIVE_REV= 30380
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/context-gnuplot
COMMENT= Inclusion of Gnuplot graphs in ConTeXt
LICENSE= gnu-gpl-v2
DEPENDS+= tex-context-[0-9]*:../../print/tex-context
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|