a636046496
Based on from Yamashiro, Jun in tech-pkg-ja@. Qt4 immodule for inputmethod/uim.
30 lines
946 B
Makefile
30 lines
946 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/23 13:42:55 obache Exp $
|
|
|
|
.include "../../inputmethod/uim/Makefile.common"
|
|
PKGNAME= uim-qt4-immodule-${UIM_VERSION}
|
|
CATEGORIES= inputmethod
|
|
|
|
COMMENT= Qt4 immodule for inputmethod/uim
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake intltool pkg-config
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-libgcroots=installed
|
|
CONFIGURE_ARGS+= --with-qt4-immodule
|
|
CONFIGURE_ARGS+= --with-libedit=no
|
|
CONFIGURE_ARGS+= --disable-emacs
|
|
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
|
|
|
|
INSTALL_DIRS= qt4/immodule
|
|
|
|
do-build:
|
|
${RUN} cd ${WRKSRC}/uim && ${BUILD_MAKE_CMD} libuim-x-util.la
|
|
${RUN} cd ${WRKSRC}/replace && ${BUILD_MAKE_CMD} ${BUILD_TARGET}
|
|
${RUN} cd ${WRKSRC}/qt4/immodule && ${BUILD_MAKE_CMD} ${BUILD_TARGET}
|
|
|
|
.include "../../inputmethod/uim/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|