aboutsummaryrefslogtreecommitdiff
path: root/japanese/ibus-anthy/Makefile
blob: 9d545efac733bb94882df5458a77c1aa75423bad (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
25
26
27
# Created by: Daichi GOTO <daichi@FreeBSD.org>
# $FreeBSD$

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

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:3.6+
USE_GNOME=	pygobject3
INSTALLS_ICONS=	yes
GLIB_SCHEMAS=	org.freedesktop.ibus.engine.anthy.gschema.xml

.include <bsd.port.mk>