mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
32 lines
683 B
Makefile
32 lines
683 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= swell-foop
|
|
PORTVERSION= 3.28.0
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome swell-foop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \
|
|
libclutter-gtk-1.0.so:graphics/clutter-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gnome localbase meson \
|
|
pkgconfig python:3.6+,build tar:xz
|
|
USE_GNOME= gtk30
|
|
INSTALLS_ICONS= yes
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
GLIB_SCHEMAS= org.gnome.swell-foop.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|