f05b478744
This PSTricks package provides a really rather simple command \PstPolygon that will draw various regular and non-regular polygons (according to command parameters); various shortcuts to commonly-used polygons are provided, as well as a command \pspolygonbox that frames text with a polygon. The package uses the xkeyval package for argument decoding.
16 lines
494 B
Makefile
16 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:39:18 minskim Exp $
|
|
|
|
DISTNAME= pst-poly
|
|
PKGNAME= tex-${DISTNAME}-1.61
|
|
TEXLIVE_REV= 16460
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Polygons with PSTricks
|
|
|
|
DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
|
|
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"
|