From f1efabed90db107d3e6ca03b7c9ec7d16ac2144f Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 8 Apr 2003 01:09:12 +0000 Subject: Convert to new GNOME infrastructure. --- korean/ami/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'korean/ami') diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 4df975a2091c..2eec31e3245b 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -17,11 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= Well-known Korean X11 Input Method -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_X_PREFIX= yes -USE_GTK= yes USE_GMAKE= yes +USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ @@ -33,16 +31,15 @@ DATADIR= share .include # gnome support -.if defined(HAVE_GNOME) -USE_GNOME= yes -USE_GNOMECTRL= yes +.if ${HAVE_GNOME:Mlibpanel}!="" +USE_GNOME+= gnomeprefix gnomehack libpanel CONFIGURE_ARGS+=--enable-gnome-applet DATADIR= share/gnome CATEGORIES+= gnome .endif pre-everything:: -.if !defined(HAVE_GNOME) +.if ${HAVE_GNOME:Mlibpanel}=="" @${ECHO} Define WITH_GNOME=yes if you want to enable GNOME applet support. .else @${ECHO} Define WITHOUT_GNOME=yes if you want to build without GNOME -- cgit