bf69be5569
Reported by: portscout
37 lines
912 B
Makefile
37 lines
912 B
Makefile
PORTNAME= ibus-m17n
|
|
DISTVERSION= 1.4.19
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= m17n IM engine for IBus framework
|
|
WWW= https://github.com/ibus/ibus-m17n
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libibus-1.0.so:textproc/ibus \
|
|
libm17n.so:devel/m17n-lib \
|
|
libfreetype.so:print/freetype2 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libharfbuzz.so:print/harfbuzz
|
|
RUN_DEPENDS= ibus-daemon:textproc/ibus
|
|
|
|
PORTSCOUT= limit:^[0-9]+\.[0-9].*$$
|
|
|
|
USES= autoreconf gmake gnome libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ibus
|
|
USE_GNOME= glib20 gtk20 atk gdkpixbuf2 cairo pango intltool
|
|
GLIB_SCHEMAS= org.freedesktop.ibus.engine.m17n.gschema.xml
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \
|
|
${WRKSRC}/src/m17n.xml.in*
|
|
|
|
.include <bsd.port.mk>
|