mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.0.13 [1]
- Convert to optionsNG, add NLS option PR: ports/169626 [1] Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Approved by: flo (mentor)
This commit is contained in:
parent
980c76d166
commit
058e28006d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300766
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libskk
|
||||
PORTVERSION= 0.0.12
|
||||
PORTVERSION= 0.0.13
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://cloud.github.com/downloads/ueno/libskk/
|
||||
|
||||
@ -14,8 +14,8 @@ MAINTAINER= hiroto.kagotani@gmail.com
|
||||
COMMENT= A library to deal with Japanese kana-to-kanji conversion method
|
||||
|
||||
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
||||
LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \
|
||||
json-glib-1.0.0:${PORTSDIR}/devel/json-glib
|
||||
LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee \
|
||||
json-glib-1.0:${PORTSDIR}/devel/json-glib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
@ -26,7 +26,11 @@ MAN1= skk.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libskk-0.0.12.tar.gz) = 6d2eb10595cf810c2f31258505cfbb0be41f44b4d8541b99402ed47e71c68576
|
||||
SIZE (libskk-0.0.12.tar.gz) = 847745
|
||||
SHA256 (libskk-0.0.13.tar.gz) = 479e09124231e96e032f62987c10864d6e22b487678c3822bb49516ed5ddb055
|
||||
SIZE (libskk-0.0.13.tar.gz) = 922883
|
||||
|
Loading…
Reference in New Issue
Block a user