summaryrefslogtreecommitdiff
path: root/misc/kdrill/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-02-07 13:49:06 +0000
committerwiz <wiz>2002-02-07 13:49:06 +0000
commit131a67a5e31e99d47ce28d4e815e6ea6a1ab3443 (patch)
treeceb9ca624c81d65b0fb7741c4e19ff661cd52777 /misc/kdrill/Makefile
parent6aa891b3d71cb9a12ca0b5c339d29fad23aa8f12 (diff)
downloadpkgsrc-131a67a5e31e99d47ce28d4e815e6ea6a1ab3443.tar.gz
Initial import of kdrill-5.11.6:
Kdrill: the free kanji quiz and Japanese dictionary for unix and X window systems. KDrill stands for "Kanji Drill". It's a program to help people learn kanji and kana (the Japanese character set). It also doubles as a dictionary lookup program. Kdrill runs under the X window GUI system.
Diffstat (limited to 'misc/kdrill/Makefile')
-rw-r--r--misc/kdrill/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile
new file mode 100644
index 00000000000..bd1193c2ac9
--- /dev/null
+++ b/misc/kdrill/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $
+#
+
+DISTNAME= kdrill5.11.6
+PKGNAME= kdrill-5.11.6
+CATEGORIES= japanese misc
+MASTER_SITES= http://www.bolthole.com/kdrill/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.bolthole.com/kdrill/
+COMMENT= kanji quiz and japanese dictionary
+
+USE_IMAKE= yes
+USE_X11BASE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill
+ cd ${WRKSRC}/makedic && \
+ ${INSTALL_DATA} hira.edic hiraplus.edic kata.edic kataplus.edic \
+ fullkatahira.edic ${PREFIX}/share/kdrill
+ for f in hira.edic hiraplus.edic kata.edic kataplus.edic \
+ fullkatahira.edic; do \
+ ${GZIP_CMD} -9 ${PREFIX}/share/kdrill/$$f; \
+ done
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"