blob: 993e2c197e016300834eb4a3fc6555777968be77 (
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/games/gnome-games3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-games
PORTVERSION= 3.8
CATEGORIES= games gnome
MASTER_SITES= #
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>
|