aboutsummaryrefslogtreecommitdiff
path: root/chinese/ibus-array/Makefile
blob: adffa83b73c4206ea1b2276679befe21bf4b2202 (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
28
29
30
31
32
PORTNAME=	ibus-array
PORTVERSION=	0.2.2.${SNAPDATE}
CATEGORIES=	chinese

MAINTAINER=	jiashiun@gmail.com
COMMENT=	Array 30 input method for IBus
WWW=		https://github.com/lexical/ibus-array/

LICENSE=	GPLv2

BUILD_DEPENDS=	ibus-daemon:textproc/ibus zh-opencc>=1.0:chinese/opencc
RUN_DEPENDS=	ibus-daemon:textproc/ibus zh-opencc>=1.0:chinese/opencc

USES=		autoreconf gmake gnome libtool pkgconfig python sqlite
USE_GNOME+=	glib20
USE_GITHUB=	yes
GH_ACCOUNT=	lexical
GH_TAGNAME=	06146c5e6518ddf813d0ab1789ba84eadbe9d52b
SNAPDATE=	20230502

GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=		gettext
NLS_CONFIGURE_ENABLE=	nls

pre-configure:
	cd ${WRKSRC} && ./autogen.sh

.include <bsd.port.mk>