pkgsrc/inputmethod/sj3-client/buildlink3.mk
obache d16fb285cc 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

13 lines
345 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2010/02/15 13:35:21 obache Exp $
#
BUILDLINK_TREE+= sj3-client
.if !defined(SJ3_CLIENT_BUILDLINK3_MK)
SJ3_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.sj3-client+= sj3-client>=2.0.1.23
BUILDLINK_PKGSRCDIR.sj3-client?= ../../inputmethod/sj3-client
.endif # SJ3_CLIENT_BUILDLINK3_MK
BUILDLINK_TREE+= -sj3-client