1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/korean/ibus-hangul/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

33 lines
712 B
Makefile

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
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>