mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
89abb4bc3d
- Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
33 lines
772 B
Makefile
33 lines
772 B
Makefile
# 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
|
|
RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/uim
|
|
PKGDIR= ${.CURDIR}
|
|
CONFIGURE_ARGS= --with-gtk2
|
|
|
|
UIM_SLAVE= yes
|
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk_Makefile.in \
|
|
${PATCHDIR}/extra-patch-helper_Makefile.in
|
|
|
|
do-build:
|
|
(cd ${WRKSRC}/gtk && ${GMAKE} LIBS="-luim")
|
|
(cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom")
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}/gtk && ${GMAKE} install)
|
|
(cd ${WRKSRC}/helper && ${GMAKE} install-binPROGRAMS)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|