blob: 11df0ccdade4972a4e7f8beae58db54c9f54a00e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|