mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-nibbles
|
|
PORTVERSION= 3.24.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
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 gmake gnome localbase pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
|
|
INSTALLS_ICONS= yes
|
|
USE_GL= gl egl
|
|
USE_XORG= x11 xcomposite xdamage xext xi xfixes xrandr
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share
|
|
|
|
GLIB_SCHEMAS= org.gnome.nibbles.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|