2006-06-23 05:48:14 +02:00
|
|
|
# New ports collection makefile for: nuclearchess
|
|
|
|
# Date Created: 2006-05-26
|
|
|
|
# Whom: Shaun Amott <shaun@inerd.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nuclearchess
|
2009-03-14 08:15:46 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2006-06-23 05:48:14 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ \
|
|
|
|
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
|
|
|
|
2009-03-14 00:27:19 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-23 05:48:14 +02:00
|
|
|
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>
|