summaryrefslogtreecommitdiff
path: root/print/tex-csquotes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-csquotes/Makefile')
-rw-r--r--print/tex-csquotes/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/print/tex-csquotes/Makefile b/print/tex-csquotes/Makefile
new file mode 100644
index 00000000000..fb149d0ddc4
--- /dev/null
+++ b/print/tex-csquotes/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 13:35:34 minskim Exp $
+
+DISTNAME= csquotes
+PKGNAME= tex-${DISTNAME}-5.1d
+TEXLIVE_REV= 24393
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Context sensitive quotation facilities
+
+DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"