blob: 3648150e2ae3501f1cfe46ee063b6f5be33f907c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2016/01/30 04:05:54 markd Exp $
DISTNAME= pst-vue3d
PKGNAME= tex-${DISTNAME}-1.24
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Draw perspective views of three dimensional objects
LICENSE= lppl-1.3c
DEPENDS+= tex-pst-3d-[0-9]*:../../graphics/tex-pst-3d
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
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"
|