summaryrefslogtreecommitdiff
path: root/print/tex-ocrb/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2003-03-12 00:50:02 +0000
committermjl <mjl>2003-03-12 00:50:02 +0000
commitd7d016333b210416df4cb6a7b80e0ba21b0186c4 (patch)
tree481ee3fd0b90973894b88abf8358ebf07adff0e2 /print/tex-ocrb/Makefile
parent452c7656b820913c52d1670acc17e7537dbb14ad (diff)
downloadpkgsrc-d7d016333b210416df4cb6a7b80e0ba21b0186c4.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"