freebsd-ports/textproc/uim-gtk/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

37 lines
830 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.3:${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
.if defined(WITHOUT_X11)
IGNORE= requires X11
.endif
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"