mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Stagefy
This commit is contained in:
parent
1ed0d63d23
commit
27fc5ca938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357737
@ -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>
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user