6ce4980916
This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
27 lines
749 B
Makefile
27 lines
749 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/games/four-in-a-row/Makefile 20056 2014-11-10 20:49:39Z gusi $
|
|
|
|
PORTNAME= four-in-a-row
|
|
PORTVERSION= 3.14.2
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Make lines of the same color
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
|
|
|
|
USES= gettext gmake pathfix pkgconfig tar:xz
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= LIBS="-lz"
|
|
|
|
GLIB_SCHEMAS= org.gnome.four-in-a-row.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|