34 lines
944 B
Makefile
34 lines
944 B
Makefile
# $NetBSD: Makefile,v 1.32 2013/10/23 12:57:06 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-qt-1.3.2-Source
|
|
PKGNAME= ${DISTNAME:S/-Source//}
|
|
PKGREVISION= 6
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://ibus.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.googlecode.com/p/ibus/
|
|
COMMENT= Qt IBus library and Qt input method plugin
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# optionally, but required by configure.
|
|
#BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen
|
|
TOOLS_NOOP= doxygen
|
|
|
|
# avoid lib64
|
|
CMAKE_ARGS+= -DLIBDIR=lib
|
|
|
|
BUILDLINK_API_DEPENDS.ibus+= ibus>=1.3.7
|
|
.include "../../inputmethod/ibus/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|