diff options
Diffstat (limited to 'games/hitori/Makefile')
-rw-r--r-- | games/hitori/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index e048a7a858be..4ba28ca0b57e 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,25 +1,22 @@ PORTNAME= hitori -PORTVERSION= 3.38.4 -PORTREVISION= 2 +PORTVERSION= 44.0 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Hitori -WWW= https://wiki.gnome.org/Apps/Hitori +COMMENT= Hitori puzzle game +WWW= https://gitlab.gnome.org/GNOME/hitori -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ appstream-util:devel/appstream-glib -PORTSCOUT= limitw:1,even - -USES= compiler:c11 gettext gmake gnome localbase meson pathfix \ - pkgconfig tar:xz -USE_GNOME= cairo gtk30 librsvg2 libxml2:build +USES= compiler:c11 gettext gnome localbase meson pkgconfig \ + tar:xz +USE_GNOME= cairo glib20 gtk30 librsvg2 libxml2:build GLIB_SCHEMAS= org.gnome.hitori.gschema.xml |