summaryrefslogtreecommitdiff
path: root/print/tex-caption/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-caption/Makefile')
-rw-r--r--print/tex-caption/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-caption/Makefile b/print/tex-caption/Makefile
new file mode 100644
index 00000000000..dfca6b6d7de
--- /dev/null
+++ b/print/tex-caption/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 20:46:03 minskim Exp $
+# TeX Live Revision 10446
+
+DISTNAME= caption
+PKGNAME= tex-${DISTNAME}-3.1j
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Customising captions in floating environments
+
+CONFLICTS+= teTeX-texmf<=3.0nb19
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"