summaryrefslogtreecommitdiff
path: root/print/tex-crop/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2015-04-27 06:50:30 +0000
committermarkd <markd>2015-04-27 06:50:30 +0000
commit99e8ac965ff87908b1da971e29779f5fcc3df6ed (patch)
tree7dc785443b34c1759cedc658813d7ef7c3c3ac47 /print/tex-crop/Makefile
parent5a0ab1561258e9c1df48a3c5bcdb057cf21232b7 (diff)
downloadpkgsrc-99e8ac965ff87908b1da971e29779f5fcc3df6ed.tar.gz
Add tex-crop 1.5
Support for cropmarks
Diffstat (limited to 'print/tex-crop/Makefile')
-rw-r--r--print/tex-crop/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-crop/Makefile b/print/tex-crop/Makefile
new file mode 100644
index 00000000000..601c2149289
--- /dev/null
+++ b/print/tex-crop/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2015/04/27 06:50:30 markd Exp $
+
+DISTNAME= crop
+PKGNAME= tex-${DISTNAME}-1.5
+TEXLIVE_REV= 15878
+
+MAINTAINER= pkgsrc-users@NetBSD,org
+COMMENT= Support for cropmarks
+LICENSE= lppl-1.3c
+
+CONFLICTS+= teTeX-texmf<=3.0nb43
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"