1PORTNAME= scim-tomoe 2PORTVERSION= 0.6.0 3PORTREVISION= 12 4CATEGORIES= japanese 5MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= SCIM IMEngine module using Tomoe 9WWW= http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe 10 11BUILD_DEPENDS= scim:textproc/scim 12LIB_DEPENDS= libtomoe.so:japanese/tomoe \ 13 libtomoe-gtk.so:japanese/libtomoe-gtk 14 15USE_GNOME= intlhack 16USES= gettext gmake gnome iconv libtool:keepla pkgconfig 17GNU_CONFIGURE= yes 18 19CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ 20LDFLAGS+= -L${LOCALBASE}/lib 21 22PLIST_FILES= bin/scim-tomoe \ 23 lib/scim-1.0/1.4.0/Helper/tomoe.a \ 24 lib/scim-1.0/1.4.0/Helper/tomoe.la \ 25 lib/scim-1.0/1.4.0/Helper/tomoe.so \ 26 share/locale/ja/LC_MESSAGES/scim-tomoe.mo \ 27 share/scim/icons/scim-tomoe.png 28 29.include <bsd.port.mk> 30