ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/games/gnome-2048/Makefile
Revision: 24889
Committed: Sat Feb 2 21:56:31 2019 UTC (5 years, 2 months ago) by laffer1
Content type: text/plain
File size: 895 byte(s)
Log Message:
add gnome games

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= gnome-2048
4 PORTVERSION= 3.26.1
5 CATEGORIES= games gnome
6 MASTER_SITES= GNOME
7 DIST_SUBDIR= gnome
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Move the tiles until you obtain the 2048 tile
11
12 LICENSE= unknown
13
14 BUILD_DEPENDS= vala:lang/vala \
15 itstool:textproc/itstool \
16 appstream-util:devel/appstream-glib
17 LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \
18 libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
19 libcogl.so:graphics/cogl \
20 libgee-0.8.so:devel/libgee \
21 libgnome-games-support-1.so:games/libgnome-games-support \
22 libjson-glib-1.0.so:devel/json-glib
23
24 PORTSCOUT= limitw:1,even
25
26 USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz
27 USE_GNOME= cairo gtk30 intltool libxml2:build
28 USE_GL= egl
29 USE_XORG+= x11 xext xdamage xfixes xcomposite xi xrandr
30 INSTALLS_ICONS= yes
31 GNU_CONFIGURE= yes
32
33 GLIB_SCHEMAS= org.gnome.2048.gschema.xml
34
35 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain