aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-gtk/Makefile
blob: 660c3b449d74f9d007a11bab4f6bbab0c7a9215a (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
# New ports collection makefile for:   uim-gtk
# Date created:        31 August 2003
# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#

PKGNAMESUFFIX=  -gtk

COMMENT=    GTK+ modules of uim input method

USE_GNOME=  gtk20
LIB_DEPENDS=    uim.7:${PORTSDIR}/textproc/uim

MASTERDIR=  ${.CURDIR}/../../textproc/uim
PKGDIR=     ${.CURDIR}
CONFIGURE_ARGS= --with-gtk2 --enable-pref

UIM_SLAVE=  yes

EXTRA_PATCHES=  ${PATCHDIR}/extra-patch-gtk_Makefile.in \
        ${PATCHDIR}/extra-patch-helper_Makefile.in

.if defined(WITHOUT_X11)
IGNORE=     requires X11
.endif

do-build:
    (cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la)
    (cd ${WRKSRC}/gtk && ${GMAKE})
    (cd ${WRKSRC}/helper && ${GMAKE})

do-install:
    (cd ${WRKSRC}/gtk && ${GMAKE} install)
    (cd ${WRKSRC}/helper && ${GMAKE} install-binPROGRAMS)

.include "${MASTERDIR}/Makefile"