2018-07-04 15:40:07 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.7 2018/07/04 13:40:18 jperkin Exp $
|
2011-01-12 11:36:43 +01:00
|
|
|
# used by games/crossfire-client/Makefile
|
|
|
|
# used by games/crossfire-client-gtk/Makefile
|
|
|
|
# used by games/crossfire-client-gtk2/Makefile
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
|
|
|
|
DISTNAME= crossfire-client-${CROSSFIRE_VERSION}
|
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
|
|
|
|
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
|
|
HOMEPAGE= http://crossfire.real-time.com/
|
|
|
|
|
2008-11-04 09:36:34 +01:00
|
|
|
CROSSFIRE_VERSION= 1.11.0
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo
|
2011-04-01 17:31:33 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
REPLACE_PERL+= common/items.pl utils/deftoheader.pl
|
|
|
|
|
|
|
|
SUBST_CLASSES+= dsp
|
2018-07-04 15:40:07 +02:00
|
|
|
SUBST_STAGE.dsp= pre-configure
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
SUBST_MESSAGE.dsp= Adjusting path to sound device.
|
|
|
|
SUBST_FILES.dsp= sound-src/cfsndserv.c
|
|
|
|
SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
|
|
|
|
|
2008-11-04 09:36:34 +01:00
|
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
|
|
.include "../../graphics/glut/buildlink3.mk"
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2008-11-04 09:36:34 +01:00
|
|
|
.include "../../www/curl/buildlink3.mk"
|
Crossfire is a multi-player graphical arcade and adventure game made for the
X Windows systems environment. It has certain flavours from other games,
especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and
Ragnarok.) Any number of players can move around in their own window, finding
and using items and battling monsters. They can choose to cooperate or compete
in the same world.
In the years of development that have followed, Crossfire has grown to
encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system,
over 15 character types, a system of skills, and many, many artifacts and
treasures.
2006-05-11 07:57:14 +02:00
|
|
|
.include "../../mk/oss.buildlink3.mk"
|