1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Switch input method from SKK to Anthy and move SKK-supported jmode

to jmode-skk port.
Take over maintainership.
This commit is contained in:
MANTANI Nobutaka 2003-08-24 15:32:58 +00:00
parent 83650b65b0
commit f074605386
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87611

View File

@ -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>