aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ibus-m17n/Makefile
blob: 811c9d51cdf3bfa30a7643c2ec13143a3d9816ed (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
PORTVERSION=    1.3.3
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE} \
        http://anthesphoria.net/FreeBSD/ports/distfiles/

MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT=    The m17n IMEngine for IBus framework

LIB_DEPENDS=    ibus-1.0:${PORTSDIR}/textproc/ibus \
        m17n.4:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS=    ibus-daemon:${PORTSDIR}/textproc/ibus

PROJECTHOST=    ibus

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=      gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \
        ${WRKSRC}/src/m17n.xml.in*

.include <bsd.port.mk>