aboutsummaryrefslogtreecommitdiff
path: root/games/gnome-2048/Makefile
blob: 8704e51f89db07bcc9cf27446a4fa4fda6ce76d5 (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
29
30
31
32
33
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>

PORTNAME=	gnome-2048
PORTVERSION=	3.38.2
PORTREVISION=	1
CATEGORIES=	games gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Move the tiles until you obtain the 2048 tile

BUILD_DEPENDS=	vala:lang/vala \
		itstool:textproc/itstool \
		appstream-util:devel/appstream-glib
LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter \
		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
		libcogl.so:graphics/cogl \
		libgee-0.8.so:devel/libgee \
		libgnome-games-support-1.so:games/libgnome-games-support \
		libjson-glib-1.0.so:devel/json-glib

PORTSCOUT=	limitw:1,even

USES=		gettext gl gmake gnome localbase meson pathfix pkgconfig tar:xz xorg
USE_GNOME=	cairo gtk30 intltool libxml2:build
USE_GL=		egl
USE_XORG+=	x11 xext xdamage xfixes xcomposite xi xrandr
INSTALLS_ICONS=	yes

GLIB_SCHEMAS=	org.gnome.TwentyFortyEight.gschema.xml

.include <bsd.port.mk>