6c1a4d0406
* Sat Dec 22 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.6 - Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing - Complete LICENSE tag for all of the tables. * Mon Nov 26 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.5 - Table build scripts has been refactored. - cmake-fedora is added as submodule. - Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by merging maxiaojun's repository - Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files - Fixed Google issue 1507: Add CJKV Extension C/D support for Array30 - Merge GitHub Pull request 3: Added the inter punct - Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
30 lines
815 B
Makefile
30 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/12/22 08:58:14 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-table-chinese-1.4.6-Source
|
|
PKGNAME= ${DISTNAME:S/-Source//}
|
|
CATEGORIES= inputmethod chinese
|
|
MASTER_SITES= http://ibus.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ibus/
|
|
COMMENT= Chinese tables for IBus-Table
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# Illegal byte sequence in array30_ExtB.txt
|
|
. if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
|
|
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
|
|
FIND_PREFIX:= ICONV_PREFIX=libiconv
|
|
.include "../../mk/find-prefix.mk"
|
|
|
|
CMAKE_ARGS+= -DICONV_CMD:PATH=${ICONV_PREFIX}/bin/iconv
|
|
.endif
|
|
|
|
.include "../../inputmethod/ibus-table/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|