mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
421153ecce
Glib schema files should be registered using the GLIB_SCHEMAS variable provided by gnome.mk. This will add them and additionally the required glib-schemas keyword to the plist. The following ports were touched: * deskutils/foliate * deskutils/gnome-tweaks * deskutils/maliit-keyboard * games/swell-foop * textproc/ibus-m17n
32 lines
799 B
Makefile
32 lines
799 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
PORTNAME= swell-foop
|
|
PORTVERSION= 40.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome swell-foop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
vala:lang/vala
|
|
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \
|
|
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
|
libgnome-games-support-1.so:games/libgnome-games-support
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gnome localbase meson pkgconfig python:3.6+,build \
|
|
tar:xz
|
|
USE_GNOME= gtk30
|
|
GLIB_SCHEMAS= org.gnome.SwellFoop.gschema.xml
|
|
INSTALLS_ICONS= yes
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|