1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Remove indefinite article from COMMENT

- Use new LIB_DEPENDS syntax
- Stagify
This commit is contained in:
Dmitry Marakasov 2014-07-03 17:34:06 +00:00
parent 0554e323ba
commit f8b0d88fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360425

View File

@ -8,11 +8,11 @@ CATEGORIES= japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Japanese SKK input engine for IBus
COMMENT= Japanese SKK input engine for IBus
RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo
LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \
ibus-1.0:${PORTSDIR}/textproc/ibus
LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \
libibus-1.0.so:${PORTSDIR}/textproc/ibus
USE_PYTHON= yes
USES= gettext gmake pkgconfig
@ -24,14 +24,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= NLS
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MNLS}