pkgsrc/inputmethod/ibus-input-pad/Makefile
obache 6814dab5e8 Update ibus-input-pad to 1.4.0.
Released 1.4.0

    Changed GTK+ configure option.

    Supported GTK3.

    Integrated gdbus for IBus 1.4
2012-04-22 14:01:31 +00:00

27 lines
754 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/04/22 14:01:31 obache Exp $
#
DISTNAME= ibus-input-pad-1.4.0
CATEGORIES= inputmethod
MASTER_SITES= http://input-pad.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/input-pad/
COMMENT= Input Pad for IBus
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
CONFIGURE_ARGS+= --with-gtk=2.0
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/input-pad/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"