summaryrefslogtreecommitdiff
path: root/games/rftg/Makefile
blob: 2e148e23cb588fc7456f3c896a6a77c74d786c4f (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
# Created by: Miles V. Aronnax <miles@aronnax.net>
# $FreeBSD$

PORTNAME=	rftg
PORTVERSION=	0.8.1
CATEGORIES=	games
MASTER_SITES=	#

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Race for the Galaxy AI, a computer version of the Rio Grande card game

RESTRICTED=	Contains licensed graphics that must be fetched manually
LEGAL=		Redistribution not authorized

GNU_CONFIGURE=	yes
USE_GNOME=      gtk20
USE_BZIP2=      yes
DOWNLOAD_URL=   http://www.keldon.net/rftg/

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=		race for the Galaxy AI contains images and card names that are copyright Rio Grande Games. They have granted Keldon Jones ( http://www.keldon.net ) permission to distribute them, but this does not appear to include redistribution rights. Please download ${DISTFILES} manually from ${DOWNLOAD_URL} and place it in ${DISTDIR}
.endif

.include <bsd.port.post.mk>