openbsd-ports/inputmethods/scim-anthy/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/17 08:05:17 espie Exp $
2010-08-17 16:42:26 -04:00
SHARED_ONLY = Yes
COMMENT = scim input method module for anthy
DISTNAME = scim-anthy-1.2.7
2010-10-11 04:11:24 -04:00
REVISION = 2
2010-08-20 06:29:11 -04:00
2010-08-17 16:42:26 -04:00
CATEGORIES = inputmethods japanese
HOMEPAGE = http://scim-imengine.sourceforge.jp/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender anthy anthydic atk-1.0 \
cairo expat fontconfig freetype gdk-x11-2.0 \
2010-10-11 04:11:24 -04:00
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
2010-08-20 06:29:11 -04:00
gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
pthread-stubs scim-1.0 scim-gtkutils-1.0 scim-x11utils-1.0 \
stdc++ xcb-render-util xcb-render xcb z
2010-08-17 16:42:26 -04:00
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/37309/}
2010-08-20 06:29:11 -04:00
MODULES = devel/gettext
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = inputmethods/anthy \
inputmethods/scim
2010-08-17 16:42:26 -04:00
USE_LIBTOOL = Yes
2010-08-17 16:42:26 -04:00
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>