summaryrefslogtreecommitdiff
path: root/print/tex-ocrb/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-03-12 00:50:02 +0000
committermjl <mjl@pkgsrc.org>2003-03-12 00:50:02 +0000
commita8f379c0d1c6b52de9f86cfcdd3b1ee14da2e4ea (patch)
tree481ee3fd0b90973894b88abf8358ebf07adff0e2 /print/tex-ocrb/Makefile
parentbf794922465e678b79ca60dd2c415dc76e49282d (diff)
downloadpkgsrc-a8f379c0d1c6b52de9f86cfcdd3b1ee14da2e4ea.tar.gz
Initial import of tex-ocrb-1.0, an OCR-B font for TeX.
Diffstat (limited to 'print/tex-ocrb/Makefile')
-rw-r--r--print/tex-ocrb/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/print/tex-ocrb/Makefile b/print/tex-ocrb/Makefile
new file mode 100644
index 00000000000..95be3aaab28
--- /dev/null
+++ b/print/tex-ocrb/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/12 00:50:02 mjl Exp $
+#
+
+DISTNAME= ocr-b
+PKGNAME= tex-ocrb-1.0
+# PKGREVISION= 1
+WRKSRC= ${WRKDIR}/ocr-b
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=fonts/}
+
+MAINTAINER= packages@netbsd.org
+# HOMEPAGE=
+COMMENT= OCR-B font for LaTeX
+
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
+
+NO_CONFIGURE= yes
+NO_PATCH= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/doc/fonts/ocrb
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/fonts/source/ocrb
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/fonts/tfm/ocrb
+ ${INSTALL_DATA} ${WRKSRC}/ocrbinfo \
+ ${PREFIX}/share/texmf/doc/fonts/ocrb
+ ${INSTALL_DATA} ${WRKSRC}/*.mf \
+ ${PREFIX}/share/texmf/fonts/source/ocrb
+ ${LOCALBASE}/bin/texconfig rehash
+
+.include "../../mk/bsd.pkg.mk"