diff options
Diffstat (limited to 'textproc/yelp-xsl/Makefile')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index 8c95e84b5852..77c5541ccbb1 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -1,23 +1,23 @@ PORTNAME= yelp-xsl -DISTVERSION= 42.0 -PORTREVISION= 1 +DISTVERSION= 42.4 CATEGORIES= textproc gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= DocBook XSLT stylesheets for yelp -WWW= https://www.gnome.org/ +WWW= https://gitlab.gnome.org/GNOME/yelp-xsl -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/COPYING.LGPL +LICENSE= GPLv2+ LGPL21+ MIT +LICENSE_COMB= multi -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + bash:shells/bash -PORTSCOUT= limitw:1,even - -USES= pathfix tar:xz -GNU_CONFIGURE= yes +USES= gettext gnome localbase meson pkgconfig shebangfix \ + tar:xz +USE_GNOME= libxml2 libxslt +SHEBANG_FILES= xslt/common/domains/gen_yelp_xml.sh NO_ARCH= yes .include <bsd.port.mk> |