blob: 320c460303e3c0c649df812d412ae7a5990f8dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2017/06/21 11:45:58 markd Exp $
DISTNAME= pst-3dplot
PKGNAME= tex-${DISTNAME}-2.04
TEXLIVE_REV= 43703
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/pst-3dplot
COMMENT= Draw 3D objects in parallel projection, using PSTricks
LICENSE= lppl-1.3c
DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
DEPENDS+= tex-pst-3d-[0-9]*:../../graphics/tex-pst-3d
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
DEPENDS+= tex-pst-plot-[0-9]*:../../graphics/tex-pst-plot
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|