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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2006-06-23 05:48:14 +02:00
|
|
|
CATEGORIES= games
|
2009-07-19 20:59:40 +02:00
|
|
|
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/
|
2006-06-23 05:48:14 +02:00
|
|
|
|
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
|
|
|
|
|
2011-08-02 19:04:00 +02:00
|
|
|
DEPRECATED= No more public distfiles
|
|
|
|
EXPIRATION_DATE= 2011-09-01
|
|
|
|
|
2006-06-23 05:48:14 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_SDL= sdl image
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
|
|
--localstatedir=${DATADIR} \
|
|
|
|
--program-prefix=
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|