summaryrefslogtreecommitdiff
path: root/inputmethod/skktools/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-07-17 08:36:41 +0000
committerobache <obache@pkgsrc.org>2010-07-17 08:36:41 +0000
commit2cd3965ec41646c751c8fd0615b70acc414a37ad (patch)
tree3ad3f39b6c491a80e27d9d363febad55a8fc3371 /inputmethod/skktools/Makefile
parente029d29e8b24b911312b77c23b1b20432764cb3f (diff)
downloadpkgsrc-2cd3965ec41646c751c8fd0615b70acc414a37ad.tar.gz
Import skktools-1.3.1 as inputmethod/skktools.
Based on packaged by uebayasi@ in pkgsrc-wip-jp. Modified by Ryo ONODERA in pkgsrc-wip. Small collection of commands to maintain SKK dictionaries.
Diffstat (limited to 'inputmethod/skktools/Makefile')
-rw-r--r--inputmethod/skktools/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/skktools/Makefile b/inputmethod/skktools/Makefile
new file mode 100644
index 00000000000..5774d6c4c60
--- /dev/null
+++ b/inputmethod/skktools/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/17 08:36:41 obache Exp $
+#
+
+DISTNAME= skktools-1.3.1
+CATEGORIES= japanese inputmethod
+MASTER_SITES= http://openlab.ring.gr.jp/skk/tools/
+
+MAINTAINER= ryo_on@yk.rim.or.jp
+HOMEPAGE= http://openlab.ring.gr.jp/skk/
+COMMENT= SKK dictionary manipulation tools
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONFLICTS= skkserv<3.9.4nb7
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--without-gdbm
+
+.include "options.mk"
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= pre-configure
+SUBST_FILES.prefix= configure
+SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
+
+.include "../../mk/bsd.pkg.mk"