mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bloboats
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \
|
|
CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto
|
|
|
|
USES= gmake
|
|
USE_SDL= mixer image net sdl
|
|
USE_GL= yes
|
|
|
|
MAKE_ENV+= DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR}
|
|
|
|
.include <bsd.port.mk>
|