freebsd-ports/games/nuclearchess/Makefile
Li-Wen Hsu 0d27283681 - Update to 1.0.0
PR:		ports/130258
Submitted by:	"Beat Gatzi" <beat AT chruetertee.ch>
2009-03-14 07:15:46 +00:00

25 lines
575 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
CATEGORIES= games
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ \
http://mirror.inerd.com/FreeBSD/distfiles/${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>