diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 09:09:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 09:09:12 +0800 |
commit | f1efabed90db107d3e6ca03b7c9ec7d16ac2144f (patch) | |
tree | 47d454f20930adb9fb0950446b5698b5882f7e08 /korean/ami | |
parent | c39af68b7e9e91eb2fffdf07b2ebc8c4949b2ec0 (diff) | |
download | freebsd-ports-gnome-f1efabed90db107d3e6ca03b7c9ec7d16ac2144f.tar.gz freebsd-ports-gnome-f1efabed90db107d3e6ca03b7c9ec7d16ac2144f.tar.zst freebsd-ports-gnome-f1efabed90db107d3e6ca03b7c9ec7d16ac2144f.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'korean/ami')
-rw-r--r-- | korean/ami/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 <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 |