While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
PORTNAME= gnome-klotski
|
|
PORTVERSION= 3.38.2
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome klotski
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support \
|
|
libgee-0.8.so:devel/libgee
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome localbase meson pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
|
|
|
|
GLIB_SCHEMAS= org.gnome.Klotski.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|