openbsd-ports/inputmethods/scim-anthy/Makefile

35 lines
988 B
Makefile

COMMENT = scim input method module for anthy
DISTNAME = scim-anthy-1.2.7
REVISION = 14
CATEGORIES = inputmethods japanese
HOMEPAGE = https://osdn.jp/projects/scim-imengine/
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender Xxf86vm anthy anthydic atk-1.0 cairo
WANTLIB += drm expat ffi fontconfig freetype 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 harfbuzz iconv intl m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png pthread
WANTLIB += scim-1.0 scim-gtkutils-1.0 scim-x11utils-1.0 ${COMPILER_LIBCXX} xcb
WANTLIB += xcb-render xcb-shm z fribidi jpeg
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES = ${MASTER_SITE_OSDN_JP:=scim-imengine/37309/}
LIB_DEPENDS = inputmethods/anthy \
inputmethods/scim
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>