diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 09:11:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 09:11:31 +0000 |
commit | 9bff969ae691eb92bd4f245636c16d938b3ad2e6 (patch) | |
tree | 5d1170bd2843ed797177d8e9affc9269a50522dd /inputmethod/ja-freewnn-dict/Makefile | |
parent | 93b7a7e1929e5ad24b02dda5ffc0bf9d7481711a (diff) | |
download | pkgsrc-9bff969ae691eb92bd4f245636c16d938b3ad2e6.tar.gz |
Import ja-FreeWnn-dict-1.10nb1
Japanese/Chinese/Korean input method (Japanese dictionary)
separated from inputmethod/ja-freewnn-server, Approved by agc.
Diffstat (limited to 'inputmethod/ja-freewnn-dict/Makefile')
-rw-r--r-- | inputmethod/ja-freewnn-dict/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/inputmethod/ja-freewnn-dict/Makefile b/inputmethod/ja-freewnn-dict/Makefile new file mode 100644 index 00000000000..6c55a604b8a --- /dev/null +++ b/inputmethod/ja-freewnn-dict/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/10 09:11:31 sakamoto Exp $ +# + +PKGNAME= ja-FreeWnn-dict-1.10 +PKGREVISION= 1 +CATEGORIES= japanese inputmethod + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://www.freewnn.org/ +COMMENT= Japanese/Chinese/Korean input method (Japanese dictionary) + +BUILD_DEPENDS+= ja-FreeWnn-server-bin>=1.10nb1:../ja-freewnn-server-bin + +WNNDIR= Wnn +WNN_TARGET= DICT +WNN_LANG= ja_JP + +FILESDIR= ${.CURDIR}/../ja-freewnn-lib/files +DISTINFO_FILE= ${.CURDIR}/../ja-freewnn-lib/distinfo +PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches + +.include "../../mk/bsd.prefs.mk" + +NO_MTREE= YES +LOCALBASE= ${IMDICTDIR} + +.include "../ja-freewnn-lib/Makefile.common" |