openbsd-ports/inputmethods/libtomoe-gtk/Makefile

39 lines
981 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:21:44 ajacoutot Exp $
2010-07-24 07:44:17 -04:00
COMMENT= japanese handwriting input widget
DISTNAME= libtomoe-gtk-0.1.0
2010-10-11 04:11:24 -04:00
REVISION= 6
HOMEPAGE= http://tomoe.sourceforge.jp/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=tomoe/17171/}
2010-07-24 07:44:17 -04:00
CATEGORIES= inputmethods japanese
SHARED_LIBS= tomoe-gtk 0.0
MODULES= converters/libiconv devel/gettext
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ENV=CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_STYLE=gnu
2010-07-24 07:44:17 -04:00
USE_LIBTOOL= Yes
2010-07-24 07:44:17 -04:00
LIB_DEPENDS= ::x11/gtk+2 \
::inputmethods/tomoe
2010-07-24 07:44:17 -04:00
WANTLIB= Xrender Xext X11 m z png freetype fontconfig \
2007-11-13 12:10:25 -05:00
Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
2010-07-24 07:44:17 -04:00
Xrandr expat pcre gio-2.0 tomoe gthread-2.0 xcb-render \
gmodule-2.0 glib-2.0 pangocairo-1.0 pango-1.0 xcb-render-util \
2010-10-11 04:11:24 -04:00
pangoft2-1.0 cairo atk-1.0 gobject-2.0 pixman-1 \
2010-07-24 07:44:17 -04:00
pthread-stubs xcb gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0
2006-11-13 06:20:24 -05:00
.include <bsd.port.mk>