diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-08-24 23:32:58 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-08-24 23:32:58 +0800 |
commit | 9f693aae860caf604720383f21c5fe3d794076ca (patch) | |
tree | 94381f77e6c74d847159a1b0843ac358ddb7ec02 /japanese | |
parent | c1722230680cc5da71ef80939699164443a3114c (diff) | |
download | freebsd-ports-gnome-9f693aae860caf604720383f21c5fe3d794076ca.tar.gz freebsd-ports-gnome-9f693aae860caf604720383f21c5fe3d794076ca.tar.zst freebsd-ports-gnome-9f693aae860caf604720383f21c5fe3d794076ca.zip |
Switch input method from SKK to Anthy and move SKK-supported jmode
to jmode-skk port.
Take over maintainership.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jmode/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index afda7dcf2656..181cf2314c83 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -10,16 +10,15 @@ PORTVERSION= 0.6.7 CATEGORIES= japanese MASTER_SITES= http://downloads.sourceforge.jp/anthy/5467/ -MAINTAINER= ports@FreeBSD.org -COMMENT= XIM server for Anthy input method +MAINTAINER= nobutaka@FreeBSD.org +COMMENT?= XIM server for Anthy input method -LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy +LIB_DEPENDS?= anthy.0:${PORTSDIR}/japanese/anthy USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-skk .include <bsd.port.mk> |