1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/rftg/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

28 lines
921 B
Makefile

# 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
USES= tar:bzip2
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>