diff options
Diffstat (limited to 'textproc/yelp-tools/Makefile')
-rw-r--r-- | textproc/yelp-tools/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile index d57cb831dadc..f04feeacedb0 100644 --- a/textproc/yelp-tools/Makefile +++ b/textproc/yelp-tools/Makefile @@ -1,31 +1,26 @@ PORTNAME= yelp-tools -PORTVERSION= 42.0 +PORTVERSION= 42.1 PORTREVISION= 1 CATEGORIES= textproc gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Utilities to help manage documentation for Yelp and the web -WWW= https://wiki.gnome.org/Apps/Yelp/Tools +WWW= https://gitlab.gnome.org/GNOME/yelp-tools -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING.GPL +LICENSE= GPLv2+ -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ itstool:textproc/itstool \ - xmllint:textproc/libxml2 \ - xsltproc:textproc/libxslt \ yelp-xsl>=0:textproc/yelp-xsl -RUN_DEPENDS= xmllint:textproc/libxml2 \ - xsltproc:textproc/libxslt -USES= localbase meson pkgconfig python \ +USES= gettext gnome localbase meson pathfix pkgconfig python \ shebangfix tar:xz +USE_GNOME= libxml2 libxslt SHEBANG_FILES= tools/yelp-build.in tools/yelp-check.in tools/yelp-new.in BINARY_ALIAS= python3=${PYTHON_CMD} NO_ARCH= yes -PORTSCOUT= limitw:1,even .include <bsd.port.mk> |