aboutsummaryrefslogtreecommitdiffstats
path: root/korean/ibus-hangul/Makefile
blob: 55b958d74b4bc08154805e5f10b4a258d9abcc34 (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
# $FreeBSD$

PORTNAME=   ibus-hangul
PORTVERSION=    1.5.1
CATEGORIES= korean
MASTER_SITES=   https://github.com/choehwanjin/ibus-hangul/releases/download/${PORTVERSION}/

MAINTAINER= jkim@FreeBSD.org
COMMENT=    Hangul input engine for IBus

LICENSE=    GPLv2

LIB_DEPENDS=    libhangul.so:korean/libhangul \
        libibus-1.0.so:textproc/ibus

GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USE_GNOME=  gtk30 intlhack pygobject3
USES=       gettext gmake libtool pkgconfig python
USE_PYTHON= py3kplist

.include <bsd.port.mk>