openbsd-ports/inputmethods/uim-tomoe-gtk/Makefile

39 lines
994 B
Makefile
Raw Normal View History

2011-11-03 13:46:21 -04:00
# $OpenBSD: Makefile,v 1.15 2011/11/03 17:46:21 jasper Exp $
2010-07-24 07:44:17 -04:00
COMMENT= japanese handwriting
DISTNAME= uim-tomoe-gtk-0.2.0
2011-11-03 13:46:21 -04:00
REVISION= 7
HOMEPAGE= http://tomoe.sourceforge.jp/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=tomoe/17172/}
2010-07-24 07:44:17 -04:00
CATEGORIES= inputmethods japanese
# 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
2011-07-06 14:41:41 -04:00
MODULES= devel/gettext
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= inputmethods/libtomoe-gtk \
inputmethods/uim
WANTLIB= Xrender Xext X11 m z png freetype fontconfig \
2009-01-30 14:59:11 -05:00
gio-2.0 gmodule-2.0 glib-2.0 pangocairo-1.0 pango-1.0 \
2010-10-11 04:11:24 -04:00
pangoft2-1.0 cairo atk-1.0 gobject-2.0 \
2011-07-06 14:41:41 -04:00
gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 c \
tomoe Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi \
2010-07-24 07:44:17 -04:00
Xinerama Xrandr expat pcre pixman-1 pthread-stubs xcb \
tomoe-gtk gcroots uim uim-scm gthread-2.0 pthread \
2011-11-03 13:46:21 -04:00
xcb-render GL Xxf86vm drm ffi stdc++ xcb-shm
.include <bsd.port.mk>