2014-11-19 12:49:04 +01:00
|
|
|
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= swell-foop
|
2017-05-17 10:44:31 +02:00
|
|
|
PORTVERSION= 3.24.0
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 1
|
2014-11-19 12:49:04 +01:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome3
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Gnome swell-foop
|
|
|
|
|
2017-05-17 10:44:31 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
|
|
itstool:textproc/itstool
|
2017-05-17 10:44:31 +02:00
|
|
|
LIB_DEPENDS= 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
|
2014-11-19 12:49:04 +01:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2017-05-17 10:44:31 +02:00
|
|
|
USES= gettext gmake gnome localbase pathfix \
|
|
|
|
pkgconfig tar:xz
|
|
|
|
USE_GNOME= cairo gtk30 intlhack libxml2:build
|
|
|
|
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2017-05-17 10:44:31 +02:00
|
|
|
USE_GL= egl gl
|
2014-11-19 12:49:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
GLIB_SCHEMAS= org.gnome.swell-foop.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|