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

35 lines
936 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2009/08/10 06:32:05 kili Exp $
COMMENT= japanese handwriting
DISTNAME= uim-tomoe-gtk-0.2.0
PKGNAME= ${DISTNAME}p2
HOMEPAGE= http://tomoe.sourceforge.jp/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=tomoe/17172/}
CATEGORIES= japanese inputmethods
# 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
USE_LIBTOOL= Yes
2006-11-13 06:20:24 -05:00
USE_X11= Yes
LIB_DEPENDS= tomoe-gtk::inputmethods/libtomoe-gtk \
2009-01-30 14:59:11 -05:00
gcroots,uim,uim-scm::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 \
pangoft2-1.0 cairo glitz atk-1.0 gobject-2.0 \
gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 c intl iconv \
tomoe Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi \
Xinerama Xrandr expat pcre pixman-1 pthread-stubs xcb
.include <bsd.port.mk>