pkgsrc-wip/sj3-client/Makefile
OBATA Akio f4c908cfbe Import sj3-client-2.0.1.23 as wip/sj3-client.
SJ3 is is a Japanese input system developed by Sony Corporation.

This package contains the Kana-Kanji conversion library and client utilities.
2009-02-14 14:03:25 +00:00

16 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/02/14 14:03:25 obache Exp $
#
.include "../../wip/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"