summaryrefslogtreecommitdiff
path: root/games/swell-foop/Makefile
blob: 08497972e408101f6dbf96676527fffe449b4c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	swell-foop
PORTVERSION=	41.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
WWW=		https://wiki.gnome.org/Swell%20Foop

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	itstool:textproc/itstool
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 vala:build
USE_GNOME=	gtk30
GLIB_SCHEMAS=	org.gnome.SwellFoop.gschema.xml
BINARY_ALIAS=	python3=${PYTHON_VERSION}

.include <bsd.port.mk>