4c3c1204e0
New DISTFILE announced recently as follows. | Subject: [Freewnn-users 136] Released 1.1.1-a022 | From: aono (at) cc.osaka-kyoiku.ac.jp (Tomoki AONO) | Date: Mon, 5 Aug 2013 04:07:28 +0900 Our package had (all) diffs from 8 years old previous release. 3617618 Nov 30 2005 FreeWnn-1.1.1-a021.tar.gz 3702026 Aug 5 04:00 FreeWnn-1.1.1-a022.tar.gz And already named following. PKGNAME= ja-FreeWnn-lib-1.11alpha22 Thus this time, deleting patches and PKGREVISION= 1.
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $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"
|