9bff969ae6
Japanese/Chinese/Korean input method (Japanese dictionary) separated from inputmethod/ja-freewnn-server, Approved by agc.
27 lines
672 B
Makefile
27 lines
672 B
Makefile
# $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"
|