blob: 397f28ea99aee17d211ad716d6afc103a27c73b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2012/01/24 20:39:59 joerg 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]*
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-client
.include "../../mk/bsd.pkg.mk"
|