freebsd-ports/textproc/uim-gtk/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -gtk
COMMENT= GTK+ modules of uim input method
USE_GNOME= gtk20
LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
2008-05-11 15:09:45 +02:00
CONFIGURE_ARGS= --with-gtk2 --enable-pref
UIM_SLAVE= yes
2012-04-01 17:41:28 +02:00
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk2_immodule_Makefile.in \
${PATCHDIR}/extra-patch-gtk2_pad_Makefile.in \
${PATCHDIR}/extra-patch-gtk2_pref_Makefile.in \
${PATCHDIR}/extra-patch-gtk2_switcher_Makefile.in \
${PATCHDIR}/extra-patch-gtk2_toolbar_Makefile.in
2006-07-10 04:06:29 +02:00
.if defined(WITHOUT_X11)
IGNORE= requires X11
.endif
NO_STAGE= yes
do-build:
(cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la libuim-counted-init.la)
2012-04-01 17:41:28 +02:00
(cd ${WRKSRC}/gtk2/immodule && ${GMAKE})
(cd ${WRKSRC}/gtk2/pad && ${GMAKE})
(cd ${WRKSRC}/gtk2/pref && ${GMAKE})
(cd ${WRKSRC}/gtk2/switcher && ${GMAKE})
(cd ${WRKSRC}/gtk2/toolbar && ${GMAKE})
do-install:
2012-04-01 17:41:28 +02:00
(cd ${WRKSRC}/gtk2/immodule && ${GMAKE} install)
(cd ${WRKSRC}/gtk2/pad && ${GMAKE} install)
(cd ${WRKSRC}/gtk2/pref && ${GMAKE} install)
(cd ${WRKSRC}/gtk2/switcher && ${GMAKE} install)
(cd ${WRKSRC}/gtk2/toolbar && ${GMAKE} install)
.include "${MASTERDIR}/Makefile"