blob: ccac91b396a2aba98cb397d21349a3dd8bfcf30f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= ibus-anthy
PORTVERSION= 1.5.11
CATEGORIES= japanese
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= ja-
MAINTAINER= CQG00620@nifty.ne.jp
COMMENT= Anthy engine for IBus
WWW= https://github.com/ibus/ibus-anthy
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libanthy.so:japanese/anthy \
libibus-1.0.so:textproc/ibus
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--with-layout=default
USES= gettext gmake gnome libtool pkgconfig python
USE_GNOME= pygobject3
GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml
.include <bsd.port.mk>
|