summaryrefslogtreecommitdiff
path: root/fonts/otf2bdf/Makefile
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-08-14 01:47:29 +0000
committerbjs <bjs@pkgsrc.org>2008-08-14 01:47:29 +0000
commitf6a44f7fbb9718846199e1b93f2313bb938fecbe (patch)
treec47e3cbbc05525db54da0ef982ebeb7122872dd8 /fonts/otf2bdf/Makefile
parent1848d02177ed7777d3d156c3d73f373690643648 (diff)
downloadpkgsrc-f6a44f7fbb9718846199e1b93f2313bb938fecbe.tar.gz
Add otf2bdf-3.1. Blurb:
This program converts OpenType fonts to BDF fonts using the FreeType 2 renderer. BDF fonts can be edited using the author's "gdbfed" editor, also found in the pkgsrc "fonts" category.
Diffstat (limited to 'fonts/otf2bdf/Makefile')
-rw-r--r--fonts/otf2bdf/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/otf2bdf/Makefile b/fonts/otf2bdf/Makefile
new file mode 100644
index 00000000000..4f39dc12d2d
--- /dev/null
+++ b/fonts/otf2bdf/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/14 01:47:29 bjs Exp $
+#
+
+DISTNAME= otf2bdf-3.1
+CATEGORIES= fonts
+MASTER_SITES= http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
+EXTRACT_SUFX= .tbz2
+
+MAINTAINER= bjs@NetBSD.org
+HOMEPAGE= http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
+COMMENT= OpenType to BDF font converter
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+EGFILES= ${EGFILES_CMD:sh}
+EGFILES_CMD= ls ${WRKSRC}/maps/*
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+ ${EGFILES:@.f.@${INSTALL_DATA} ${.f.} ${DESTDIR}${EGDIR}${.newline}@}
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"