aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/libskk/Makefile
blob: ea5444f8a7f4d6c1d462c3244561065f3f42848b (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
38
39
40
41
42
43
44
45
46
47
48
# New ports collection makefile for:    libskk
# Date created: 21 December 2011
# Whom:     Hiroto Kagotani <hiroto.kagotani@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   libskk
PORTVERSION=    0.0.13
CATEGORIES= japanese
MASTER_SITES=   http://cloud.github.com/downloads/ueno/libskk/

MAINTAINER= hiroto.kagotani@gmail.com
COMMENT=    A library to deal with Japanese kana-to-kanji conversion method

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    gee:${PORTSDIR}/devel/libgee \
        json-glib-1.0:${PORTSDIR}/devel/json-glib

USE_LDCONFIG=   yes
USE_GMAKE=  yes
USE_GNOME=  intltool gnomehack
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= DATADIRNAME=share
MAN1=       skk.1

CPPFLAGS+=  -I${LOCALBASE}/include

OPTIONS_DEFINE= NLS

.include <bsd.port.options.mk>

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

post-patch:
    # Disabling Vala version check
    ${REINPLACE_CMD} -e 's/as_fn_error.*Vala.*not found.*;;/;;/' ${WRKSRC}/configure

post-install:
    cd ${WRKSRC}/docs && ${GMAKE} install-man

.include <bsd.port.mk>