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
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-games
|
|
PORTVERSION= 3.16.0
|
|
CATEGORIES= games gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome games meta port
|
|
|
|
USES= metaport
|
|
|
|
RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \
|
|
atomix:${PORTSDIR}/games/atomix \
|
|
four-in-a-row:${PORTSDIR}/games/four-in-a-row \
|
|
gnome-chess:${PORTSDIR}/games/gnome-chess \
|
|
gnome-klotski:${PORTSDIR}/games/gnome-klotski \
|
|
gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \
|
|
gnome-mines:${PORTSDIR}/games/gnome-mines \
|
|
gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \
|
|
gnome-robots:${PORTSDIR}/games/gnome-robots \
|
|
gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \
|
|
gnome-taquin:${PORTSDIR}/games/gnome-taquin \
|
|
gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \
|
|
hitori:${PORTSDIR}/games/hitori \
|
|
iagno:${PORTSDIR}/games/iagno \
|
|
lightsoff:${PORTSDIR}/games/lightsoff \
|
|
quadrapassel:${PORTSDIR}/games/quadrapassel \
|
|
aisleriot>=0:${PORTSDIR}/games/aisleriot \
|
|
swell-foop:${PORTSDIR}/games/swell-foop \
|
|
tali:${PORTSDIR}/games/tali
|
|
|
|
.include <bsd.port.mk>
|