ibus-t9 is an input method engine for Chinese, base on ibus. This package provide one input method: * t9: t9 input method.
24 lines
599 B
Makefile
24 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:27:35 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-t9-2.1.0.20100601
|
|
PKGREVISION= 1
|
|
CATEGORIES= inputmethod chinese
|
|
MASTER_SITES= http://ibus-t9.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ibus-t9/
|
|
COMMENT= IBus T9 Input Method
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../inputmethod/ibus/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|