blob: 045d357d4b0814fe37140ce78157cde9969882cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2012/10/06 14:25:18 asau Exp $
#
.include "../../inputmethod/sj3/Makefile.common"
PKGNAME= ${DISTNAME:S/sj3-/sj3-client-/}
PKGREVISION= 1
COMMENT= SJ3 Japanese input method client & library
CONFLICTS= sj3-lib-[0-9]* sj3-server-bin-[0-9]*
CONFIGURE_ARGS+= --enable-client
.include "../../mk/bsd.pkg.mk"
|