blob: 2f063c642df3cf28a475aa532c1fc47f9bbf8b8d (
plain) (
blame)
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
35
36
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-games
PORTVERSION= 3.12.2
CATEGORIES= games gnome
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome games meta port
RUN_DEPENDS= gnome-chess:${PORTSDIR}/games/gnome-chess \
five-or-more:${PORTSDIR}/games/five-or-more \
four-in-a-row:${PORTSDIR}/games/four-in-a-row \
gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \
gnome-robots:${PORTSDIR}/games/gnome-robots \
gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \
gnome-mines:${PORTSDIR}/games/gnome-mines \
gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \
gnome-klotski:${PORTSDIR}/games/gnome-klotski \
tali:${PORTSDIR}/games/tali \
iagno:${PORTSDIR}/games/iagno \
lightsoff:${PORTSDIR}/games/lightsoff \
gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \
quadrapassel:${PORTSDIR}/games/quadrapassel \
swell-foop:${PORTSDIR}/games/swell-foop
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
.include <bsd.port.mk>
|