diff options
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index 6b710a07cc49..caf48cb3a496 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -1,22 +1,23 @@ PORTNAME= gnome-user-docs -PORTVERSION= 42.0 +PORTVERSION= 47.6 CATEGORIES= misc gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME desktop users guide +COMMENT= GNOME user documentation +WWW= https://gitlab.gnome.org/GNOME/gnome-user-docs LICENSE= CC-BY-3.0 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:textproc/itstool +PORTSCOUT= limit:^47\. -PORTSCOUT= limitw:1,even +BUILD_DEPENDS= itstool:textproc/itstool -GNU_CONFIGURE= yes -NO_ARCH= yes USES= gettext-tools gmake gnome pathfix tar:xz USE_GNOME= libxml2:build +GNU_CONFIGURE= yes +NO_ARCH= yes .include <bsd.port.mk> |