freebsd-ports/japanese/scim-uim/Makefile
MANTANI Nobutaka c78791131f textproc/uim: Update to the snapshot on 2022-09-27
Bump PORTREVISION of the ports that depend on textproc/uim port.
2022-11-27 23:34:17 +09:00

23 lines
577 B
Makefile

PORTNAME= scim-uim
PORTVERSION= 0.2.0
PORTREVISION= 15
CATEGORIES= japanese
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
http://freedesktop.org/~suzhe/sources/
MAINTAINER= s_yanagita@ybb.ne.jp
COMMENT= SCIM IMEngine module using UIM input method library
WWW= https://sourceforge.net/projects/scim/files/scim-uim/
BUILD_DEPENDS= scim:textproc/scim
LIB_DEPENDS= libuim.so:textproc/uim
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gmake iconv libtool:keepla pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>