9c22085d73
* Disable key snooping by default. * Handle special keys correctly. * Send reedit-changed event when composing reedit string.
63 lines
1.6 KiB
Makefile
63 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2014/11/09 02:46:30 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-1.4.15
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= Smart Common Input Method
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
SUPERSEDES+= scim-bridge-[0-9]*
|
|
|
|
PKG_SYSCONFSUBDIR= scim
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
USE_TOOLS+= gmake # make scim-setup.desktop
|
|
USE_TOOLS+= perl intltool
|
|
USE_TOOLS+= autopoint autoconf automake
|
|
|
|
PKGCONFIG_OVERRIDE= scim-gtkutils.pc.in
|
|
PKGCONFIG_OVERRIDE+= scim-x11utils.pc.in
|
|
PKGCONFIG_OVERRIDE+= scim.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "options.mk"
|
|
|
|
EGDIR= ${PREFIX}/share/examples/scim
|
|
CONF_FILES= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
|
|
CONF_FILES+= ${EGDIR}/global ${PKG_SYSCONFDIR}/global
|
|
|
|
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
|
|
|
|
# for DLOPEN_REQUIRE_PTHREADS
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= ac_cv_func_gethostbyname_r=no
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
.elif ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ENV+= ac_cv_func_gethostbyname_r=no
|
|
.endif
|
|
|
|
# unused test script
|
|
CHECK_PORTABILITY_SKIP+= extras/immodules/tests/test-exec.sh.in
|
|
|
|
pre-configure:
|
|
${RUN}cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXt= build
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|