freebsd-ports/games/nuclearchess/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
591 B
Makefile

# 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= 2
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>