git: 46c141df558e - main - japanese/FreeWnn-lib: Add LICENSE and update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 17:38:45 UTC
The branch main has been updated by hrs:
URL: https://cgit.FreeBSD.org/ports/commit/?id=46c141df558e2ba67af9f72072055dd64565279d
commit 46c141df558e2ba67af9f72072055dd64565279d
Author: Hiroki Sato <hrs@FreeBSD.org>
AuthorDate: 2023-01-07 17:29:34 +0000
Commit: Hiroki Sato <hrs@FreeBSD.org>
CommitDate: 2023-01-07 17:35:41 +0000
japanese/FreeWnn-lib: Add LICENSE and update WWW
Minor style fix:
- USE_LDCONFIG is applicable to -lib, not -server.
---
japanese/FreeWnn-lib/Makefile | 9 +++++++--
japanese/FreeWnn-lib/Makefile.common | 1 -
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile
index 8c83e838d003..a22b74848c5b 100644
--- a/japanese/FreeWnn-lib/Makefile
+++ b/japanese/FreeWnn-lib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= FreeWnn
PORTVERSION= 1.1.1.a021
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES?= japanese
MASTER_SITES= OSDN/freewnn
PKGNAMESUFFIX= -lib
@@ -8,7 +8,12 @@ DISTNAME= ${PORTNAME}-1.1.1-a021
MAINTAINER= hrs@FreeBSD.org
COMMENT?= Japanese/Chinese/Korean input method (Japanese client libraries)
-WWW= http://www.freewnn.org/
+WWW= http://freewnn.osdn.jp/
+
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+
+USE_LDCONFIG= yes
OPTIONS_DEFAULT?= LIB WNN
MANLANG?= ja
diff --git a/japanese/FreeWnn-lib/Makefile.common b/japanese/FreeWnn-lib/Makefile.common
index f87038dccb54..c7eca1459e55 100644
--- a/japanese/FreeWnn-lib/Makefile.common
+++ b/japanese/FreeWnn-lib/Makefile.common
@@ -1,6 +1,5 @@
GNU_CONFIGURE= yes
USES= autoreconf libtool:keepla tar:bzip2
-USE_LDCONFIG= yes
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
LIBRARY_WNNMANDIR="3.libwnn" \
SERVER_WNNMANDIR=""