freebsd-ports/games/gnome-robots/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2021-10-10 21:44:42 +02:00

32 lines
849 B
Makefile

# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
PORTNAME= gnome-robots
PORTVERSION= 40.0
CATEGORIES= games gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome robots
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib \
itstool:textproc/itstool \
vala>0:lang/vala
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libcanberra.so:audio/libcanberra \
libgee-0.8.so:devel/libgee \
libgnome-games-support-1.so:games/libgnome-games-support
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz \
xorg
USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build
USE_XORG= x11
GLIB_SCHEMAS= org.gnome.Robots.gschema.xml
.include <bsd.port.mk>