diff options
author | obache <obache@pkgsrc.org> | 2010-07-17 08:34:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-17 08:34:39 +0000 |
commit | 6f6565f3e3e50ebdb0a96bd295632871311d1f97 (patch) | |
tree | 6c612d61cce9ce7af2a3629e4e43c48260834aa3 /inputmethod/skk-jisyo/Makefile | |
parent | 857b1b38346dab1fdea195611446440fe55a7422 (diff) | |
download | pkgsrc-6f6565f3e3e50ebdb0a96bd295632871311d1f97.tar.gz |
Import skk-jisyo-200708 as inputmethod/skk-jisyo.
Based on packaged by uebayasi@ in pkgsrc-wip-jp,
Modified by Ryo ONODERA in pkgsrc-wip.
A basic set of Kana-Kanji conversion dictionary developed by SKK project.
Diffstat (limited to 'inputmethod/skk-jisyo/Makefile')
-rw-r--r-- | inputmethod/skk-jisyo/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/inputmethod/skk-jisyo/Makefile b/inputmethod/skk-jisyo/Makefile new file mode 100644 index 00000000000..9861c80c9a9 --- /dev/null +++ b/inputmethod/skk-jisyo/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/17 08:34:39 obache Exp $ +# + +DISTNAME= SKK-JISYO.L.${SKKJISYO_VERS} +PKGNAME= skk-jisyo-${SKKJISYO_VERS} +CATEGORIES= japanese inputmethod +MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=matusita/skk-jisyo/} +EXTRACT_SUFX= .bz2 + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= http://openlab.ring.gr.jp/skk/wiki/wiki.cgi?page=SKK%BC%AD%BD%F1 +COMMENT= Dictionary collection for SKK + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= skkserv<3.9.4nb7 + +NO_BUILD= yes + +SKKJISYO_VERS= 200708 + +INSTALLATION_DIRS+= ${PREFIX}/share/skk + +do-install: + ${INSTALL_DATA} ${WRKDIR}/SKK-JISYO.L.${SKKJISYO_VERS} \ + ${DESTDIR}${PREFIX}/share/skk/SKK-JISYO.L + +.include "../../mk/bsd.pkg.mk" |