1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/korean/ibus-hangul/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

35 lines
780 B
Makefile

PORTNAME= ibus-hangul
PORTVERSION= 1.5.1
PORTREVISION= 2
CATEGORIES= korean
MASTER_SITES= https://github.com/choehwanjin/ibus-hangul/releases/download/${PORTVERSION}/
MAINTAINER= jkim@FreeBSD.org
COMMENT= Hangul input engine for IBus
WWW= https://github.com/libhangul/ibus-hangul/wiki
LICENSE= GPLv2
LIB_DEPENDS= libhangul.so:korean/libhangul \
libibus-1.0.so:textproc/ibus
USES= gmake gnome libtool pkgconfig python
USE_GNOME= gtk30 intlhack pygobject3
USE_PYTHON= py3kplist
OPTIONS_DEFINE= NLS
OPTIONS_SUB= NLS
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USES_OFF= gettext-tools
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-python="${PYTHON_CMD}"
GLIB_SCHEMAS= org.freedesktop.ibus.engine.hangul.gschema.xml
INSTALL_TARGET= install-strip
.include <bsd.port.mk>