aboutsummaryrefslogblamecommitdiff
path: root/games/nuclearchess/Makefile
blob: 4b24615e6300d817f1fbb7ee44a2341a5d81f198 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     
                 



                                                                      
                                 










                                                                            
# New ports collection makefile for:	nuclearchess
# Date Created:				2006-05-26
# Whom:					Shaun Amott <shaun@inerd.com>
#
# $FreeBSD$
#

PORTNAME=	nuclearchess
PORTVERSION=	0.9.2
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ \
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/

MAINTAINER=	shaun@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>