freebsd-ports/games/nuclearchess/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

25 lines
532 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://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>