diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-06-23 15:09:31 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-06-23 15:09:31 +0000 |
commit | e0d7fe06e77b85e66a08883a5a26eb9e75032c50 (patch) | |
tree | dc9b3ab5edb9f814c5f350b0369d91ffeda7612f /korean/ami/Makefile | |
parent | 95148612528c6882b9c2f84d9663d3bbdfa82839 (diff) | |
download | ports-e0d7fe06e77b85e66a08883a5a26eb9e75032c50.tar.gz ports-e0d7fe06e77b85e66a08883a5a26eb9e75032c50.zip |
Notes
Diffstat (limited to 'korean/ami/Makefile')
-rw-r--r-- | korean/ami/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 7ab2c38fbe60..acc693f7baf4 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -6,35 +6,31 @@ # PORTNAME= ami -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= korean x11 MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ \ - http://adam.kaist.ac.kr/~cwryu/archive/misc/ + http://master.debian-kr.org/~cwryu/archive/misc/ DISTFILES= ${DISTNAME}.tar.gz hanja.dic.gz ami.dic EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@kr.freebsd.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= YES GNU_CONFIGURE= YES +USE_GMAKE= YES CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ GTK_CONFIG=${X11BASE}/bin/gtk12-config -CONFIGURE_ARGS+= --with-hangul-keyboard=2 - -# Korean input in dvorak keyboard -.if defined(WITH_DVORAK) -CONFIGURE_ARGS+= --with-english-keyboard=dvorak -.endif +CONFIGURE_ARGS+= --with-hangul-keyboard=2 --enable-gnome-applet # gnome support -.if defined(WITH_GNOME_APPLET) -PKGNAMESUFFIX= -gnome -RUN_DEPENDS+= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs -CONFIGURE_ARGS+= --enable-gnome-applet -.endif +#.if defined(WITH_GNOME_APPLET) +#PKGNAMESUFFIX= -gnome +#RUN_DEPENDS+= panel:${PORTSDIR}/x11/gnomecore +#LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs +#CONFIGURE_ARGS+= --enable-gnome-applet +#.endif post-build: @cd ${WRKSRC}/hanjadic; \ |