diff --git a/devel/d-feet/Makefile b/devel/d-feet/Makefile index b0eb61959823..997f22e97e12 100644 --- a/devel/d-feet/Makefile +++ b/devel/d-feet/Makefile @@ -1,40 +1,34 @@ PORTNAME= d-feet PORTVERSION= 0.3.15 CATEGORIES= devel MASTER_SITES= GNOME PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ PATCHFILES+= 05465d486afd.patch:-p1 # https://gitlab.gnome.org/GNOME/d-feet/-/merge_requests/32 MAINTAINER= gnome@FreeBSD.org COMMENT= D-Bus Python introspection debugger WWW= https://wiki.gnome.org/Apps/DFeet LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool USES= gettext gnome meson pkgconfig python:3.5+ tar:xz USE_GNOME= gtk30 intlhack libwnck3 pygobject3 introspection:build \ libxml2:build GLIB_SCHEMAS= org.gnome.dfeet.gschema.xml USE_PYTHON= py3kplist MESON_ARGS= -Dtests=false NO_ARCH= yes post-patch: @${REINPLACE_CMD} \ -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ -e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|' \ ${WRKSRC}/meson.build -post-install: -.for locale in cs de el es hu pl pt_BR sv - ${RLN} ${STAGEDIR}${PREFIX}/share/help/C/d-feet/figures/icon.png \ - ${STAGEDIR}${PREFIX}/share/help/${locale}/d-feet/figures/icon.png -.endfor - .include