2012-08-19 21:38:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2012/08/19 21:38:05 jasper Exp $
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= scim input method module for hangul
|
|
|
|
|
|
|
|
DISTNAME= scim-hangul-0.3.2
|
2012-08-19 21:38:05 +00:00
|
|
|
REVISION= 6
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
CATEGORIES= inputmethods korean
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
2010-10-11 08:11:24 +00:00
|
|
|
freetype glib-2.0 gmodule-2.0 gobject-2.0 m pango-1.0 \
|
2009-03-13 13:17:26 +00:00
|
|
|
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png stdc++ z \
|
2010-07-24 11:44:17 +00:00
|
|
|
gio-2.0 pthread-stubs xcb hangul gtk-x11-2.0 \
|
|
|
|
gdk-x11-2.0 gdk_pixbuf-2.0 scim-1.0 scim-gtkutils-1.0 \
|
2011-11-03 17:46:21 +00:00
|
|
|
scim-x11utils-1.0 gthread-2.0 xcb-render \
|
|
|
|
GL Xxf86vm drm ffi xcb-shm
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
|
2010-11-17 08:05:12 +00:00
|
|
|
LIB_DEPENDS= korean/libhangul \
|
|
|
|
x11/gtk+2 \
|
|
|
|
inputmethods/scim
|
2008-10-31 01:42:00 +00:00
|
|
|
|
2010-09-21 19:39:25 +00:00
|
|
|
USE_LIBTOOL = Yes
|
2008-10-31 01:42:00 +00:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-static \
|
|
|
|
--disable-skim-support
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|