b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
27 lines
707 B
Makefile
27 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:23 rillig 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:../../inputmethod/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
|
|
INSTALLATION_PREFIX= ${IMDICTDIR}
|
|
|
|
.include "../../inputmethod/ja-freewnn-lib/Makefile.common"
|