53745b22ea
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
25 lines
678 B
Makefile
25 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/06/03 10:05:24 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-unikey-0.6.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://ibus-unikey.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ibus-unikey/
|
|
COMMENT= Vietnamese Input Method Engine for IBUS using Unikey IME
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config intltool msgfmt
|
|
|
|
CONFIGURE_ARGS+= --with-gtk-version=2
|
|
|
|
.include "../../inputmethod/ibus/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|