summaryrefslogtreecommitdiff
path: root/print/tex-subfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-subfig/Makefile')
-rw-r--r--print/tex-subfig/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-subfig/Makefile b/print/tex-subfig/Makefile
new file mode 100644
index 00000000000..aec0f2a054d
--- /dev/null
+++ b/print/tex-subfig/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 23:28:20 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME= subfig
+PKGNAME= tex-${DISTNAME}-1.3
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Figures broken into subfigures
+
+CONFLICTS+= teTeX-texmf<=3.0nb19
+DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"