summaryrefslogtreecommitdiff
path: root/print/ja-vflib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ja-vflib/Makefile')
-rw-r--r--print/ja-vflib/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile
new file mode 100644
index 00000000000..503a00978a3
--- /dev/null
+++ b/print/ja-vflib/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:10 seb Exp $
+
+DISTNAME= ja-vflib-${VFLIB_VERSION}
+VFLIB_VERSION= 2.24.2
+CATEGORIES= japanese print
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
+COMMENT= Japanese Vector font libraries and utilities
+
+DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../print/ja-vflib-lib
+DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils
+
+USE_X11= # defined # ja-vflib-utils uses X11
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= # defined
+NO_PATCH= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"