mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/skk-jigyo{,-cdb}: add JIS level 2,3,4 dict
and pass maintainership to submitter. PR: 279582
This commit is contained in:
parent
a85d7ce8b8
commit
f09764b695
2 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= CDB jisyo (dictionary) files for the SKK Japanese-input software
|
||||
|
||||
WITH_SKKJISYO_CDB= yes
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
PORTNAME= skk-jisyo
|
||||
DISTVERSIONPREFIX= g
|
||||
DISTVERSION= 20240130
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese
|
||||
.if defined(WITH_SKKJISYO_CDB)
|
||||
PKGNAMESUFFIX= -cdb
|
||||
.endif
|
||||
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
MAINTAINER= mew14930xvi@inbox.lv
|
||||
COMMENT?= Jisyo (dictionary) files for the SKK Japanese-input software
|
||||
WWW= http://openlab.jp/skk/
|
||||
WWW= http://openlab.jp/skk/dic.html
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
|
@ -21,14 +22,6 @@ GH_ACCOUNT= skk-dev
|
|||
GH_PROJECT= dict
|
||||
GH_TAGNAME= b798a46
|
||||
|
||||
SKKDIR?= share/skk
|
||||
SKK_JISYO_TYPE?=L M S
|
||||
|
||||
PLIST_SUB+= SKKDIR=${SKKDIR}
|
||||
.for type in ${SKK_JISYO_TYPE}
|
||||
PLIST_FILES+= ${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX}
|
||||
.endfor
|
||||
|
||||
.if defined(WITH_SKKJISYO_CDB)
|
||||
CDBSUFFIX= .cdb
|
||||
.else
|
||||
|
@ -36,6 +29,14 @@ CDBSUFFIX= #empty
|
|||
NO_BUILD= yes
|
||||
.endif
|
||||
|
||||
SKKDIR?= share/skk
|
||||
SKK_JISYO_TYPE?=L M S JIS2 JIS3_4
|
||||
|
||||
.for type in ${SKK_JISYO_TYPE}
|
||||
PLIST_FILES+= ${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX}
|
||||
.endfor
|
||||
PLIST_SUB+= SKKDIR=${SKKDIR}
|
||||
|
||||
.if defined(WITH_SKKJISYO_DELCOMMENTS)
|
||||
# Strip comments in transtation candidates list.
|
||||
# Candidate list starts with '/', and each candidate is concatenated by
|
||||
|
@ -72,7 +73,7 @@ do-install:
|
|||
${MKDIR} ${STAGEDIR}${PREFIX}/${SKKDIR}
|
||||
.for type in ${SKK_JISYO_TYPE}
|
||||
${INSTALL_DATA} ${WRKSRC}/SKK-JISYO.${type}${CDBSUFFIX} \
|
||||
${STAGEDIR}${PREFIX}/${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX}
|
||||
${STAGEDIR}${PREFIX}/${SKKDIR}/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue