24 lines
603 B
Makefile
24 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/03/03 00:13:21 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-m17n-1.3.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://ibus.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ibus/
|
|
COMMENT= M17N engine for IBus platform
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config msgfmt gmake
|
|
|
|
.include "../../devel/m17n-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../inputmethod/ibus/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|