summaryrefslogtreecommitdiff
path: root/games/gnome-nibbles/Makefile
blob: 323b0bcb70759d4c804005b5f5665e063c781934 (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
34
35
36
37
38
39
40
41
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>

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

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Gnome nibbles

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	vala:lang/vala \
		itstool:textproc/itstool \
		appstream-util:devel/appstream-glib
LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
		libcanberra.so:audio/libcanberra \
		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 \
		libgee-0.8.so:devel/libgee \
		libgnome-games-support-1.so:games/libgnome-games-support

PORTSCOUT=	limitw:1,even

USES=		gettext gl gnome meson pathfix \
		pkgconfig tar:xz xorg
USE_GNOME=	cairo gsound gtk30 librsvg2 libxml2:build
USE_GL=		gl egl
USE_XORG=	x11 xcomposite xdamage xext xi xfixes xrandr

GLIB_SCHEMAS=	org.gnome.Nibbles.gschema.xml

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games

.include <bsd.port.mk>