openbsd-ports/games/f1spirit/Makefile
landry 46b9c5dbb7 Import f1spirit, a remake of Konami's original F1-Spirit from 1987.
F-1 Spirit is a racing game. You will race with many different types
of cars, starting by Stock or Rally cars, and finishing by driving F1
cars (once you have classified for it by passing for F3, F3000 and
Endurance cars).

Note that this requires DRI, the game is barely usable otherwise.
2009-03-19 18:30:30 +00:00

34 lines
749 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/03/19 18:30:30 landry Exp $
COMMENT= remake of Konami's F1-Spirit
DISTNAME= f1spirit.src_0.rc9-1412
PKGNAME= ${DISTNAME:S/.src_0.rc9-/-0./}
WRKDIST= ${WRKDIR}/f1spirit-0.rc9
EXTRACT_SUFX= .tgz
CATEGORIES= games
HOMEPAGE= http://f1spirit.jorito.net/
MASTER_SITES= http://braingames.jorito.net/f1spirit/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
USE_X11= Yes
USE_GMAKE= Yes
RUN_DEPENDS= ::devel/desktop-file-utils
LIB_DEPENDS= SDL_image::devel/sdl-image \
SDL_net::devel/sdl-net \
SDL_mixer::devel/sdl-mixer \
curl::net/curl \
idn::devel/libidn
WANTLIB= GL GLU SDL c m crypto pthread ssl z
.include <bsd.port.mk>