34 lines
920 B
Makefile
34 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/02/18 05:34:23 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-table-chinese-1.3.5-Source-Standalone
|
|
PKGNAME= ${DISTNAME:S/-Source-Standalone//}
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-Standalone//}
|
|
|
|
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"
|