mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
377f75536b
Update atomix to 3.22.0. Update five-or-more to 3.22.2. Update four-in-a-row to 3.22.1. Update gnome-2048 to 3.22.0. Update gnome-chess to 3.24.1. Update gnome-klotski to 3.22.1. Update gnome-mahjongg to 3.22.0. Update gnome-mines to 3.24.0. Update gnome-nibbles to 3.24.0. Update gnome-robots to 3.22.1. Update gnome-sudoku to 3.24.0. Update gnome-taquin to 3.22.0. Update gnome-tetravex to 3.22.0. Update hitori to 3.22.3. Update iagno to 3.22.0. Update lightsoff to 3.24.0. Update quadrapassel to 3.22.0. Update swell-foop to 3.24.0. Update tali to 3.22.0. * Add licenses * Review dependancies * Update WWW lines Obtained from: gnome devel repo (based on)
35 lines
904 B
Makefile
35 lines
904 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-games
|
|
PORTVERSION= 3.24.0
|
|
CATEGORIES= games gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome games meta port
|
|
|
|
USES= metaport
|
|
|
|
RUN_DEPENDS= five-or-more:games/five-or-more \
|
|
atomix:games/atomix \
|
|
four-in-a-row:games/four-in-a-row \
|
|
gnome-2048:games/gnome-2048 \
|
|
gnome-chess:games/gnome-chess \
|
|
gnome-klotski:games/gnome-klotski \
|
|
gnome-mahjongg:games/gnome-mahjongg \
|
|
gnome-mines:games/gnome-mines \
|
|
gnome-nibbles:games/gnome-nibbles \
|
|
gnome-robots:games/gnome-robots \
|
|
gnome-sudoku:games/gnome-sudoku \
|
|
gnome-taquin:games/gnome-taquin \
|
|
gnome-tetravex:games/gnome-tetravex \
|
|
hitori:games/hitori \
|
|
iagno:games/iagno \
|
|
lightsoff:games/lightsoff \
|
|
quadrapassel:games/quadrapassel \
|
|
aisleriot>=0:games/aisleriot \
|
|
swell-foop:games/swell-foop \
|
|
tali:games/tali
|
|
|
|
.include <bsd.port.mk>
|