mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bed3834b58
same name supporting both online multiplayer and man-vs-machine modes. WWW: http://www.keldon.net/rftg/ PR: ports/156362 Submitted by: "Miles V. Aronnax" <miles@aronnax.net> Approved by: crees (mentor), tabthorpe (mentor)
30 lines
940 B
Makefile
30 lines
940 B
Makefile
# Ports collection makefile for: rftg
|
|
# Date created: Apr 12, 2011
|
|
# Whom: Miles V. Aronnax <miles@aronnax.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rftg
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= miles@aronnax.net
|
|
COMMENT= Race for the Galaxy AI, a computer version of the Rio Grande card game
|
|
|
|
RESTRICTED= Contains licensed graphics that must be fetched manually
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20
|
|
USE_BZIP2= yes
|
|
DOWNLOAD_URL= http://www.keldon.net/rftg/
|
|
|
|
.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>
|