summaryrefslogtreecommitdiff
path: root/print/tex-shadowtext/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-29 22:36:56 +0000
committerwiz <wiz>2016-07-29 22:36:56 +0000
commit96c4485c864d86606af35f91e482de140741329b (patch)
tree8ee5130cd26e7b4c83237b08eca2afed5d14fafb /print/tex-shadowtext/Makefile
parent4648542b39e50ec22e4ce84ca7beccf82d439dff (diff)
downloadpkgsrc-96c4485c864d86606af35f91e482de140741329b.tar.gz
Add tex-shadowtext and its docs.
The package introduces a command \shadowtext, which adds a drop shadow to the text that is given as its argument. The colour and positioning of the shadow are customisable.
Diffstat (limited to 'print/tex-shadowtext/Makefile')
-rw-r--r--print/tex-shadowtext/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-shadowtext/Makefile b/print/tex-shadowtext/Makefile
new file mode 100644
index 00000000000..b50c580b7ea
--- /dev/null
+++ b/print/tex-shadowtext/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/29 22:36:56 wiz Exp $
+
+DISTNAME= shadowtext
+PKGNAME= tex-${DISTNAME}-0.3
+TEXLIVE_REV= 26522
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/shadowtext
+COMMENT= Produce text with a shadow behind it
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"