aboutsummaryrefslogtreecommitdiff
path: root/games/nuclearchess/Makefile
blob: 64a841c1e68dfe6b7d9fac1be401582cd467cb7d (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
# 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://user.cs.tu-berlin.de/~karlb/${PORTNAME}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A chess variant designed to be short and fun for all players

GNU_CONFIGURE=	yes

USE_SDL=	sdl image

CONFIGURE_ARGS=	--prefix=${PREFIX}		\
		--localstatedir=${DATADIR}	\
		--program-prefix=

.include <bsd.port.mk>