mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
31 lines
754 B
Makefile
31 lines
754 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quadrapassel
|
|
PORTVERSION= 3.16.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome quadrapassel
|
|
|
|
BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
|
|
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake pathfix pkgconfig tar:xz
|
|
USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
|
|
INSTALLS_ICONS= yes
|
|
USE_GL= gl
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.quadrapassel.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|