summaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-08 01:09:12 +0000
committermarcus <marcus@FreeBSD.org>2003-04-08 01:09:12 +0000
commitf1efabed90db107d3e6ca03b7c9ec7d16ac2144f (patch)
tree47d454f20930adb9fb0950446b5698b5882f7e08 /korean
parentc39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0 (diff)
downloadFreeBSD-ports-f1efabed90db107d3e6ca03b7c9ec7d16ac2144f.zip
FreeBSD-ports-f1efabed90db107d3e6ca03b7c9ec7d16ac2144f.tar.gz
Convert to new GNOME infrastructure.
Diffstat (limited to 'korean')
-rw-r--r--korean/ami/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile
index 4df975a..2eec31e 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 <bsd.port.pre.mk>
# 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
OpenPOWER on IntegriCloud