summaryrefslogtreecommitdiff
path: root/fonts/tex-mfware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/tex-mfware/Makefile')
-rw-r--r--fonts/tex-mfware/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/fonts/tex-mfware/Makefile b/fonts/tex-mfware/Makefile
new file mode 100644
index 00000000000..8c1294b69d2
--- /dev/null
+++ b/fonts/tex-mfware/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 04:52:03 minskim Exp $
+# TeX Live Revision 16392
+
+DISTNAME= mfware
+PKGNAME= tex-${DISTNAME}-2009
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Supporting tools for use with MetaFont
+
+CONFLICTS+= teTeX-texmf<=3.0nb22
+DEPENDS+= web2c-[0-9]*:../../print/web2c
+
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"