summaryrefslogtreecommitdiff
path: root/fonts/ttmkfdir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ttmkfdir/Makefile')
-rw-r--r--fonts/ttmkfdir/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/fonts/ttmkfdir/Makefile b/fonts/ttmkfdir/Makefile
new file mode 100644
index 00000000000..a9d186ee02a
--- /dev/null
+++ b/fonts/ttmkfdir/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
+#
+
+DISTNAME= ttmkfdir
+PKGNAME= ttmkfdir-0
+CATEGORIES= fonts x11
+MASTER_SITES= http://www.joerg-pommnitz.de/TrueType/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.joerg-pommnitz.de/TrueType/xfsft.html
+COMMENT= tool that creates a fonts.scale file
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK_ONLY= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
+
+.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"