1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/uim-gtk/Makefile
MANTANI Nobutaka d75bc95d93 Fix undefined symbol of im-uim.so.
Submitted by:	Wolfgang Jenkner <wjenkner@inode.at>
2011-05-30 15:37:40 +00:00

39 lines
876 B
Makefile

# New ports collection makefile for: uim-gtk
# Date created: 31 August 2003
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
PKGNAMESUFFIX= -gtk
COMMENT= GTK+ modules of uim input method
USE_GNOME= gtk20
LIB_DEPENDS= uim.8:${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 libuim-counted-init.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"