freebsd-ports/textproc/uim-gnome/Makefile

38 lines
913 B
Makefile
Raw Normal View History

# New ports collection makefile for: uim-gnome
# Date created: 31 August 2003
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -gnome
COMMENT= GNOME applets of uim input method
USE_GNOME= gtk20 gnomepanel libgnomeui
LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim
RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \
LIBS="`pkg-config --libs libgnomeui-2.0`"
CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet
UIM_SLAVE= yes
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in
2006-07-10 04:06:29 +02:00
.if defined(WITHOUT_X11)
IGNORE= requires X11
.endif
do-build:
2008-05-11 15:09:45 +02:00
(cd ${WRKSRC}/helper && ${GMAKE})
do-install:
(cd ${WRKSRC}/helper && \
${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS)
.include "${MASTERDIR}/Makefile"