mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
2c672a4de9
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)
33 lines
852 B
Makefile
33 lines
852 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
PORTNAME= lightsoff
|
|
PORTVERSION= 40.0.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome ligthsoff
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
|
libclutter-1.0.so:graphics/clutter \
|
|
libcogl.so:graphics/cogl \
|
|
libjson-glib-1.0.so:devel/json-glib
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gl gmake gnome localbase meson \
|
|
pathfix pkgconfig sqlite tar:xz xorg
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
|
|
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
|
|
USE_GL= egl gl
|
|
|
|
GLIB_SCHEMAS= org.gnome.LightsOff.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|