2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/11/17 08:05:17 espie Exp $
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
SHARED_ONLY = Yes
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
COMMENT = smart common input method platform
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
DISTNAME = scim-1.4.9
|
|
|
|
REVISION = 8
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2009-10-31 08:50:02 -04:00
|
|
|
SHARED_LIBS += scim-1.0 0.0 # .10.4
|
|
|
|
SHARED_LIBS += scim-x11utils-1.0 0.0 # .10.4
|
|
|
|
SHARED_LIBS += scim-gtkutils-1.0 0.0 # .10.4
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
CATEGORIES = inputmethods chinese japanese korean
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
HOMEPAGE = http://www.scim-im.org/
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
|
2008-10-28 22:21:46 -04:00
|
|
|
|
|
|
|
# GPLv2
|
2010-11-08 04:00:20 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
2008-10-28 22:21:46 -04:00
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
2010-10-11 04:11:24 -04:00
|
|
|
freetype glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
|
2009-01-20 04:25:17 -05:00
|
|
|
gio-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
2010-07-24 07:44:17 -04:00
|
|
|
png pthread pthread-stubs stdc++ xcb z gtk-x11-2.0 \
|
|
|
|
gdk-x11-2.0 gdk_pixbuf-2.0 xcb-render xcb-render-util
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=scim/}
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
MODULES = devel/gettext \
|
2008-10-28 22:21:46 -04:00
|
|
|
textproc/intltool
|
2010-11-17 03:05:12 -05:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
LIB_DEPENDS = x11/gtk+2
|
2008-10-28 22:21:46 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/scim
|
2009-10-31 08:50:02 -04:00
|
|
|
|
2010-11-08 04:00:20 -05:00
|
|
|
USE_GMAKE = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
2009-10-31 08:50:02 -04:00
|
|
|
--with-gtk-im-module-dir="${LOCALBASE}/lib/gtk-2.0/2.10.0/immodules"
|
2010-11-08 04:00:20 -05:00
|
|
|
CONFIGURE_ENV = LIBS="-pthread"
|
2010-08-18 02:03:45 -04:00
|
|
|
|
2008-10-28 22:21:46 -04:00
|
|
|
.include <bsd.port.mk>
|