diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-08 15:05:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-08 15:05:48 +0000 |
commit | 8157e9f8001110ec707b895aa362d7abc4f5c948 (patch) | |
tree | 81627af7b0f0c701d807cb8a4046a4740517b9f9 /misc/xiphos/Makefile | |
parent | 671d1d9bd194a574d3933765d1cc084536ad8e91 (diff) | |
download | ports-8157e9f8001110ec707b895aa362d7abc4f5c948.tar.gz ports-8157e9f8001110ec707b895aa362d7abc4f5c948.zip |
Notes
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index f091f1d02ec1..a6434423a47b 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -20,23 +20,14 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libsword.so:${PORTSDIR}/misc/sword -USES= gettext pkgconfig python:build +USES= gettext pkgconfig waf INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtkhtml4 intlhack gtk30 gconf2 libgsf OPTIONS_DEFINE= DOCS -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \ - --prefix=${PREFIX} --destdir=${STAGEDIR} \ - ${WAF_CONFIGURE_ARGS} - -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build --prefix=${PREFIX} --destdir=${STAGEDIR} - -do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install --prefix=${PREFIX} --destdir=${STAGEDIR} +post-install: @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache .include <bsd.port.mk> |