diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 19:59:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 19:59:18 +0000 |
commit | 2d48c68af9720df094fa84c3619925d6066a33e2 (patch) | |
tree | 8b88d29d6e5bb55fa8033864e891bdcb1ebb9380 /graphics/tex-pst-blur/Makefile | |
parent | 86f33d95a739a228b84666201a4539c755016788 (diff) | |
download | pkgsrc-2d48c68af9720df094fa84c3619925d6066a33e2.tar.gz |
Import tex-pst-blur-2.0 as graphics/tex-pst-blur.
Pst-blur is a package built for use with PSTricks. It provides macros
that apply blurring to the normal shadow function of PSTricks.
Diffstat (limited to 'graphics/tex-pst-blur/Makefile')
-rw-r--r-- | graphics/tex-pst-blur/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/tex-pst-blur/Makefile b/graphics/tex-pst-blur/Makefile new file mode 100644 index 00000000000..863fed2e3c2 --- /dev/null +++ b/graphics/tex-pst-blur/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 19:59:18 minskim Exp $ + +DISTNAME= pst-blur +PKGNAME= tex-${DISTNAME}-2.0 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= PSTricks package for "blurred" shadows + +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" |