blob: 660c3b22e9aab71ce187ccdfe82b220f1555c1a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-games
PORTVERSION= 3.18.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-2048:${PORTSDIR}/games/gnome-2048 \
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>
|