blob: c76e10db72c6d27e4bd677bf8a3e024927e6a0af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= 6
CATEGORIES= games
MASTER_SITES= http://www.linux-games.com/nuclearchess/
MAINTAINER= ports@FreeBSD.org
COMMENT= A chess variant designed to be short and fun for all players
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_SDL= sdl image
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${DATADIR}
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
|