1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/nuclearchess/Makefile
Emanuel Haupt 5cf9637d11 - Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:		159452
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-09 13:19:29 +00:00

26 lines
538 B
Makefile

# New ports collection makefile for: nuclearchess
# Date Created: 2006-05-26
# Whom: Shaun Amott <shaun@inerd.com>
#
# $FreeBSD$
#
PORTNAME= nuclearchess
PORTVERSION= 1.0.0
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.linux-games.com/nuclearchess/
MAINTAINER= ports@FreeBSD.org
COMMENT= A chess variant designed to be short and fun for all players
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_SDL= sdl image
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${DATADIR}
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>