1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
This commit is contained in:
Daichi GOTO 2014-06-14 03:46:58 +00:00
parent 1ed0d63d23
commit 27fc5ca938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357737
2 changed files with 8 additions and 12 deletions

View File

@ -3,8 +3,7 @@
PORTNAME= ibus-anthy
PORTVERSION= 1.2.7
PORTREVISION= 3
PORTEPOCH= 1
PORTREVISION= 4
CATEGORIES= japanese
PROJECTHOST= ibus
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@ -19,7 +18,7 @@ LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy \
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig
USES= libtool gettext gmake pkgconfig
USE_PYTHON= yes
USE_GNOME= pygtk2
@ -32,7 +31,6 @@ INCLUDEDIR_REPLACE_FILES= \
engine/Makefile.am \
engine/Makefile.in
NO_STAGE= yes
post-patch:
cd ${WRKSRC} && \
${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \
@ -41,7 +39,6 @@ post-patch:
${INCLUDEDIR_REPLACE_FILES}
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_anthy.so
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
%%PYTHON_SITELIBDIR%%/_anthy.la
%%PYTHON_SITELIBDIR%%/_anthy.so
%%PYTHON_SITELIBDIR%%/anthy.py
libexec/ibus-engine-anthy
@ -47,8 +46,8 @@ share/ibus/component/anthy.xml
share/locale/fr/LC_MESSAGES/ibus-anthy.mo
share/locale/ja/LC_MESSAGES/ibus-anthy.mo
share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
@dirrm %%DATADIR%%/setup
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/engine
@dirrm %%DATADIR%%/dicts
@dirrm %%DATADIR%%
@dirrmtry %%DATADIR%%/dicts
@dirrmtry %%DATADIR%%/engine
@dirrmtry %%DATADIR%%/icons
@dirrmtry %%DATADIR%%/setup
@dirrmtry %%DATADIR%%