blob: 4f4e4f845ad39cb20472f8a601e3811d8f1db22e (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
# $FreeBSD$
PORTNAME= ibus-m17n
DISTVERSION= 1.4.1
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= m17n IM engine for IBus framework
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
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
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>
|