2014-11-19 11:49:04 +00:00
|
|
|
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-nibbles
|
2016-02-14 18:57:53 +00:00
|
|
|
PORTVERSION= 3.18.2
|
2014-11-19 11:49:04 +00:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome3
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Gnome nibbles
|
|
|
|
|
2016-04-01 14:00:51 +00:00
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
|
|
itstool:textproc/itstool
|
|
|
|
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
|
|
|
libclutter-gtk-1.0.so:graphics/clutter-gtk3
|
2014-11-19 11:49:04 +00:00
|
|
|
|
2015-08-05 19:13:24 +00:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2016-02-14 18:57:53 +00:00
|
|
|
USES= gettext gmake gnome pathfix pkgconfig tar:xz
|
2014-11-19 11:49:04 +00:00
|
|
|
USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GL= gl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
GLIB_SCHEMAS= org.gnome.nibbles.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|