diff options
author | markd <markd@pkgsrc.org> | 2010-04-09 21:59:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-09 21:59:11 +0000 |
commit | 0635b41bc2e91545c067a783088d45216de1bd1e (patch) | |
tree | 8d9a56ae6f88ba296409c1ad6ba65cd7d968fcb6 /print/tex-wallpaper/Makefile | |
parent | 80c1b5ed98c315f7e432944317da148404426408 (diff) | |
download | pkgsrc-0635b41bc2e91545c067a783088d45216de1bd1e.tar.gz |
Import tex-wallpaper-1.10
This collection contains files to add wallpapers (background
images) to LaTeX documents. It uses the eso-pic package, but
provides simple commands to include effects such as tiling. An
example is provided, which works under both LaTeX and pdfLaTeX.
Diffstat (limited to 'print/tex-wallpaper/Makefile')
-rw-r--r-- | print/tex-wallpaper/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/tex-wallpaper/Makefile b/print/tex-wallpaper/Makefile new file mode 100644 index 00000000000..c0664ba6171 --- /dev/null +++ b/print/tex-wallpaper/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:59:11 markd Exp $ +# TeX Live Revision 15878 + +DISTNAME= wallpaper +PKGNAME= tex-${DISTNAME}-1.10 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Easy addition of wallpapers (background images) to LaTeX documents + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |