2017-11-23 17:51:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ibus-array
|
2018-11-09 20:26:52 +01:00
|
|
|
PORTVERSION= 0.2.1
|
2017-11-23 18:15:26 +01:00
|
|
|
DISTVERSIONPREFIX= release-
|
2017-11-23 17:51:13 +01:00
|
|
|
CATEGORIES= chinese
|
|
|
|
|
|
|
|
MAINTAINER= jiashiun@gmail.com
|
|
|
|
COMMENT= Array 30 input method for IBus
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ibus-daemon:textproc/ibus
|
|
|
|
RUN_DEPENDS= ibus-daemon:textproc/ibus
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2018-08-20 22:36:35 +02:00
|
|
|
USES= autoreconf gettext gmake libtool pkgconfig python:2.7 sqlite
|
2017-11-23 17:51:13 +01:00
|
|
|
USE_GNOME+= glib20
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= lexical
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ./autogen.sh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|