japanese/skkinput: Remove invalid option
Remove RSKKSERV option (Depends on japanese/rskkserv expired in 2014-09) Add LICENSE_FILE Add japanese/skkserv option If not selected in the options, do not install dictionary server Switch post-install to post-install-DOCS-on PR: 279374 Approved by: koma2@lovepeers.org (maintainer, timeout > 1 month)
This commit is contained in:
parent
d968422ed5
commit
51ebcb95f1
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= skkinput
|
PORTNAME= skkinput
|
||||||
PORTVERSION= 2.06.4
|
PORTVERSION= 2.06.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= japanese x11
|
CATEGORIES= japanese x11
|
||||||
MASTER_SITES= OSDN/skkinput2
|
MASTER_SITES= OSDN/skkinput2
|
||||||
|
|
||||||
@ -8,7 +8,8 @@ MAINTAINER= koma2@lovepeers.org
|
|||||||
COMMENT= SKK-like Japanese input method for X11
|
COMMENT= SKK-like Japanese input method for X11
|
||||||
WWW= http://skkinput2.sourceforge.jp/
|
WWW= http://skkinput2.sourceforge.jp/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2+
|
||||||
|
LICENSE_FILE= ${WRKSRC}/GPL
|
||||||
|
|
||||||
USES= imake xorg
|
USES= imake xorg
|
||||||
USE_XORG= ice sm x11 xext xt xmu
|
USE_XORG= ice sm x11 xext xt xmu
|
||||||
@ -17,24 +18,18 @@ PLIST_FILES= bin/skkinput lib/X11/app-defaults/Skkinput \
|
|||||||
share/man/ja/man1/skkinput.1.gz share/man/man1/skkinput.1.gz
|
share/man/ja/man1/skkinput.1.gz share/man/man1/skkinput.1.gz
|
||||||
PORTDOCS= *.jis ChangeLog skkinputlisp.doc dot.skkinput
|
PORTDOCS= *.jis ChangeLog skkinputlisp.doc dot.skkinput
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
OPTIONS_RADIO= SKKSERVER
|
OPTIONS_DEFAULT= SKK9
|
||||||
OPTIONS_RADIO_SKKSERVER=DBSKKD RSKKSERV
|
OPTIONS_RADIO= SKKSERVER
|
||||||
SKKSERVER_DESC= Skkserver selection
|
OPTIONS_RADIO_SKKSERVER= DBSKKD SKK9
|
||||||
DBSKKD_DESC= Use ja-dbskkd-cdb as skkserver
|
DBSKKD_DESC= Use ja-dbskkd-cdb as skkserver
|
||||||
RSKKSERV_DESC= Use ja-rskkserv as skkserver
|
SKK9_DESC= Use ja-skkserv as skkserver
|
||||||
|
SKKSERVER_DESC= Skkserver selection
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
DBSKKD_RUN_DEPENDS= ${LOCALBASE}/libexec/dbskkd-cdb:japanese/dbskkd-cdb
|
||||||
|
SKK9_RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:japanese/skkserv
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDBSKKD}
|
post-install-DOCS-on:
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/dbskkd-cdb:japanese/dbskkd-cdb
|
|
||||||
.elif ${PORT_OPTIONS:MRSKKSERV}
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/rskkserv:japanese/rskkserv
|
|
||||||
.else
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:japanese/skkserv
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
# One of the docfiles lives in its own subdirectory; link it relative to
|
# One of the docfiles lives in its own subdirectory; link it relative to
|
||||||
# ${WRKSRC} to simplify installation routine (install all files at once)
|
# ${WRKSRC} to simplify installation routine (install all files at once)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user