1PORTNAME= scim-uim 2PORTVERSION= 0.2.0 3PORTREVISION= 20 4CATEGORIES= japanese 5MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ 6 http://freedesktop.org/~suzhe/sources/ 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= SCIM IMEngine module using UIM input method library 10WWW= https://sourceforge.net/projects/scim/files/scim-uim/ 11 12BUILD_DEPENDS= scim:textproc/scim 13LIB_DEPENDS= libuim.so:textproc/uim 14RUN_DEPENDS:= ${BUILD_DEPENDS} 15 16USES= gmake iconv libtool:keepla pkgconfig 17GNU_CONFIGURE= yes 18 19CPPFLAGS+= -I${LOCALBASE}/include 20LDFLAGS+= -L${LOCALBASE}/lib 21 22.include <bsd.port.mk> 23