2019-08-17 19:08:38 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2019/08/17 19:08:38 cwen Exp $
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
COMMENT= scim input method module for hangul
|
|
|
|
|
|
|
|
DISTNAME= scim-hangul-0.3.2
|
2019-08-17 19:08:38 +00:00
|
|
|
REVISION= 15
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
CATEGORIES= inputmethods korean
|
|
|
|
|
2017-02-07 08:11:11 +00:00
|
|
|
HOMEPAGE= https://sourceforge.net/projects/scim/
|
2008-10-31 01:42:00 +00:00
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-10-31 01:42:00 +00:00
|
|
|
|
2019-08-17 19:08:38 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo expat
|
|
|
|
WANTLIB += ffi fontconfig freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
|
|
|
|
WANTLIB += gthread-2.0 gtk-x11-2.0 hangul harfbuzz iconv intl
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png scim-1.0 scim-gtkutils-1.0 scim-x11utils-1.0 xcb
|
|
|
|
WANTLIB += xcb-render xcb-shm z
|
2008-10-31 01:42:00 +00:00
|
|
|
|
2019-08-17 19:08:38 +00:00
|
|
|
COMPILER= base-clang ports-gcc
|
2018-10-24 14:27:57 +00:00
|
|
|
|
2008-10-31 01:42:00 +00:00
|
|
|
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
|
|
|
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2016-03-11 20:28:21 +00:00
|
|
|
CONFIGURE_ARGS= --disable-static \
|
2008-10-31 01:42:00 +00:00
|
|
|
--disable-skim-support
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|