1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/japanese/scim-uim/Makefile
MANTANI Nobutaka dc84281c1a textproc/uim: Update to the snapshot on 2021-01-04.
- Use GTK+ 3 as default GUI toolkit.
- textproc/uim-qt5 installs KDE Plasma 5 applet.
- Bump PORTREVISION of ports that depends on textproc/uim
2021-05-01 23:25:40 +09:00

24 lines
570 B
Makefile

# Created by: Seiya Yanagita <s_yanagita@ybb.ne.jp>
PORTNAME= scim-uim
PORTVERSION= 0.2.0
PORTREVISION= 13
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
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>