pkgsrc/inputmethod/sj3-client/Makefile
obache 778d65ea5f Update sj3 to 2.0.1.23p1.
Re-arranged packages:
 * sj3-lib:removed
 * sj3-dict: removed
 * sj3-server-bin: removed
 * sj3-client: added (lib + client tools)
 * sj3-server: no more meta-pkg (server + dict)
 * sj3: added (sj3-server + sj3-client)

Notable changes since 2.0.1.21:
 * changed to gnu-configure.
 * sj3lib is shared library.
 * using lua for server settings.
 * sj3 command was removed.
 * sj3serv no longer listen network socket. Set "false" to "strict_auth" and
   invoke sj3proxy additionaly if require it.
 * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
   On pkgsrc, new location is ${VARBASE}/sj3/dict.
2010-02-15 13:35:21 +00:00

16 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/02/15 13:35:21 obache Exp $
#
.include "../../inputmethod/sj3/Makefile.common"
PKGNAME= ${DISTNAME:S/sj3-/sj3-client-/}
COMMENT= SJ3 Japanese input method client & library
CONFLICTS= sj3-lib-[0-9]* sj3-server-bin-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-client
.include "../../mk/bsd.pkg.mk"