blob: 8640c3bef7fc6f5a8ec46db3fc47afc40f1b8c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.12 2013/10/15 06:25:37 mef Exp $
.include "Makefile.common"
PKGNAME= ja-FreeWnn-lib-1.11alpha22
# DISTFILE now includes all patches, the same PKGNAME, almost the same binary
# but build is different, and binary may not be exactly the same
PKGREVISION= 1
COMMENT+= (Japanese client library)
CONFIGURE_ARGS+= --disable-server
CONFIGURE_ARGS+= --disable-client
CONFIGURE_ARGS+= --disable-cWnn
CONFIGURE_ARGS+= --disable-kWnn
INSTALL_TARGET= install install.man
.include "../../mk/bsd.pkg.mk"
|