diff options
author | adam <adam@pkgsrc.org> | 2006-05-11 05:57:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-11 05:57:14 +0000 |
commit | bf2af166e13540fd51c8472f661b2eeee6f00e50 (patch) | |
tree | 246026570543b0bc5e6e711ab92ebab3b48d39b7 /games/crossfire-client-gtk | |
parent | 88ff814796dcb3e1e58f7799a692e8f5ec12df01 (diff) | |
download | pkgsrc-bf2af166e13540fd51c8472f661b2eeee6f00e50.tar.gz |
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.
Diffstat (limited to 'games/crossfire-client-gtk')
-rw-r--r-- | games/crossfire-client-gtk/DESCR | 11 | ||||
-rw-r--r-- | games/crossfire-client-gtk/Makefile | 11 | ||||
-rw-r--r-- | games/crossfire-client-gtk/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/games/crossfire-client-gtk/DESCR b/games/crossfire-client-gtk/DESCR new file mode 100644 index 00000000000..5688fcdd17c --- /dev/null +++ b/games/crossfire-client-gtk/DESCR @@ -0,0 +1,11 @@ +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. diff --git a/games/crossfire-client-gtk/Makefile b/games/crossfire-client-gtk/Makefile new file mode 100644 index 00000000000..99b93ca5790 --- /dev/null +++ b/games/crossfire-client-gtk/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:58:00 adam Exp $ + +.include "../../games/crossfire-client/Makefile.common" + +PKGNAME= crossfire-client-gtk-${CROSSFIRE_VERSION} +COMMENT= Multi-player graphical arcade and adventure game; GTK client + +INSTALL_DIRS= gtk + +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/crossfire-client-gtk/PLIST b/games/crossfire-client-gtk/PLIST new file mode 100644 index 00000000000..753611e9956 --- /dev/null +++ b/games/crossfire-client-gtk/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/11 05:58:00 adam Exp $ +bin/gcfclient +man/man6/gcfclient.6 |