aboutsummaryrefslogtreecommitdiff
path: root/games/vultures-claw
diff options
context:
space:
mode:
Diffstat (limited to 'games/vultures-claw')
-rw-r--r--games/vultures-claw/Makefile48
-rw-r--r--games/vultures-claw/distinfo2
-rw-r--r--games/vultures-claw/files/patch-sys_unix_Makefile.src31
-rw-r--r--games/vultures-claw/pkg-descr7
-rw-r--r--games/vultures-claw/pkg-plist149
5 files changed, 0 insertions, 237 deletions
diff --git a/games/vultures-claw/Makefile b/games/vultures-claw/Makefile
deleted file mode 100644
index 43bbc58ba29b..000000000000
--- a/games/vultures-claw/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: vultures-claw
-# Date created: 25 Apr 2006
-# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vultures
-PORTVERSION= 2.1.0
-PORTREVISION= 7
-CATEGORIES= games
-MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/
-PKGNAMESUFFIX= -claw
-DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An isometric interface to Slash'EM based on Falcon's Eye
-
-BROKEN= does not fetch
-
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_SDL= sdl ttf mixer
-MAKE_JOBS_UNSAFE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem
-DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
-
-pre-configure:
- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh
-
-post-configure:
- @${REINPLACE_CMD} -e \
- "s|/local||g" ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e \
- "s|^PREFIX|\#PREFIX|g" ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e \
- "s|slashemdir|share/vultures-claw|g" ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e \
- 's|#include <SDL_image.h>||g' \
- ${WRKSRC}/win/vultures/vultures_gfl.c
- @${REINPLACE_CMD} -e \
- 's|png_infopp_NULL|NULL|g' \
- ${WRKSRC}/win/vultures/util/tiletrans.c
-
-.include <bsd.port.mk>
diff --git a/games/vultures-claw/distinfo b/games/vultures-claw/distinfo
deleted file mode 100644
index d309c4c29222..000000000000
--- a/games/vultures-claw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vultures-2.1.0-full.tar.bz2?format=raw) = 9b7d39a17c17d12ed503670c64845f0134b5775cd8a45f22ae41e7d8c522b943
-SIZE (vultures-2.1.0-full.tar.bz2?format=raw) = 36865415
diff --git a/games/vultures-claw/files/patch-sys_unix_Makefile.src b/games/vultures-claw/files/patch-sys_unix_Makefile.src
deleted file mode 100644
index ec4c1d866d60..000000000000
--- a/games/vultures-claw/files/patch-sys_unix_Makefile.src
+++ /dev/null
@@ -1,31 +0,0 @@
---- sys/unix/Makefile.src.orig Tue Sep 12 18:50:59 2006
-+++ sys/unix/Makefile.src Tue Sep 12 18:51:23 2006
-@@ -147,13 +147,8 @@
-
- # VULTURESCFLAGS will be passed to the sub-makefile for vultures
- OS = $(shell uname -s)
--ifeq ($(OS),FreeBSD)
-- SDL_CONFIG = sdl11-config
-- SDLMAIN = -lSDLmain-1.1
--else
-- SDL_CONFIG = sdl-config
-- SDLMAIN = -lSDLmain
--endif
-+SDL_CONFIG = sdl-config
-+SDLMAIN = -lSDLmain
- VULTURESCFLAGS = -Wall -O -g
- CFLAGS = -g -O -I../include -I ../win/vultures $(shell $(SDL_CONFIG) --cflags)
- LFLAGS =
-@@ -362,11 +357,7 @@
- # necessary compile and link flags.
- #
- OS = $(shell uname -s)
--ifeq ($(OS),FreeBSD)
-- SDL = sdl11-config
--else
-- SDL = sdl-config
--endif
-+SDL = sdl-config
- WINVULTURESLIB = `$(SDL) --libs` $(SDLMAIN) -lSDL_mixer -lSDL_ttf -lpng -lz
-
- ifeq ($(OS),Darwin)
diff --git a/games/vultures-claw/pkg-descr b/games/vultures-claw/pkg-descr
deleted file mode 100644
index 20e891f860e5..000000000000
--- a/games/vultures-claw/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Vulture's Claw is an isometric engine for Slash'EM based on the work
-begun by Falcon's Eye. Vulture's Claw includes music and nice graphics.
-The game follows in the tradition of NetHack and Slash'EM with a new
-map for each time you play, and a number of interesting classes and
-monsters to battle.
-
-WWW: http://www.darkarts.co.za/projects/vultures/
diff --git a/games/vultures-claw/pkg-plist b/games/vultures-claw/pkg-plist
deleted file mode 100644
index 5296addad395..000000000000
--- a/games/vultures-claw/pkg-plist
+++ /dev/null
@@ -1,149 +0,0 @@
-@exec mkdir -p %D/%%DATADIR%%/save %D/%%DATADIR%%/config %D/%%DATADIR%%/fonts %D/%%DATADIR%%/graphics %D/%%DATADIR%%/manual/img %D/%%DATADIR%%/music %D/%%DATADIR%%/sound
-@exec chown games:bin %D/%%DATADIR%% %D/%%DATADIR%%/save %D/%%DATADIR%%/config %D/%%DATADIR%%/fonts %D/%%DATADIR%%/graphics %D/%%DATADIR%%/manual %D/%%DATADIR%%/manual/img %D/%%DATADIR%%/music %D/%%DATADIR%%/sound
-bin/vulturesclaw
-%%DATADIR%%/Guidebook.txt
-%%DATADIR%%/config/vultures.conf
-%%DATADIR%%/config/vultures_intro.txt
-%%DATADIR%%/config/vultures_sounds.conf
-%%DATADIR%%/defaults.nh
-%%DATADIR%%/fonts/VeraSe.ttf
-%%DATADIR%%/graphics/backpac5.png
-%%DATADIR%%/graphics/cairn.png
-%%DATADIR%%/graphics/chargen2.png
-%%DATADIR%%/graphics/dawn.png
-%%DATADIR%%/graphics/dreams.png
-%%DATADIR%%/graphics/enhance.png
-%%DATADIR%%/graphics/entrance.png
-%%DATADIR%%/graphics/gametiles.bin
-%%DATADIR%%/graphics/mandolin.png
-%%DATADIR%%/graphics/minimapbg.png
-%%DATADIR%%/graphics/night.png
-%%DATADIR%%/graphics/parchment.png
-%%DATADIR%%/graphics/quitgame.png
-%%DATADIR%%/graphics/se_tiles.png
-%%DATADIR%%/graphics/se_vc_1.png
-%%DATADIR%%/graphics/stairway.png
-%%DATADIR%%/graphics/statusbar.png
-%%DATADIR%%/graphics/tb1.png
-%%DATADIR%%/graphics/tb2.png
-%%DATADIR%%/graphics/valley.png
-%%DATADIR%%/graphics/winelem.png
-%%DATADIR%%/graphics/yendor.png
-%%DATADIR%%/license
-%%DATADIR%%/logfile
-%%DATADIR%%/manual/chapter01.html
-%%DATADIR%%/manual/chapter02.html
-%%DATADIR%%/manual/chapter03.html
-%%DATADIR%%/manual/chapter04.html
-%%DATADIR%%/manual/chapter05.html
-%%DATADIR%%/manual/chapter06.html
-%%DATADIR%%/manual/chapter07.html
-%%DATADIR%%/manual/chapter08.html
-%%DATADIR%%/manual/chapter09.html
-%%DATADIR%%/manual/chapter10.html
-%%DATADIR%%/manual/chapter11.html
-%%DATADIR%%/manual/chapter12.html
-%%DATADIR%%/manual/chapter13.html
-%%DATADIR%%/manual/img/arrows.png
-%%DATADIR%%/manual/img/char_arc.jpg
-%%DATADIR%%/manual/img/char_fla.jpg
-%%DATADIR%%/manual/img/char_ice.jpg
-%%DATADIR%%/manual/img/char_kni.jpg
-%%DATADIR%%/manual/img/char_nec.jpg
-%%DATADIR%%/manual/img/char_pri.jpg
-%%DATADIR%%/manual/img/char_ran.jpg
-%%DATADIR%%/manual/img/char_rog.jpg
-%%DATADIR%%/manual/img/char_sam.jpg
-%%DATADIR%%/manual/img/char_tou.jpg
-%%DATADIR%%/manual/img/char_val.jpg
-%%DATADIR%%/manual/img/char_wiz.jpg
-%%DATADIR%%/manual/img/contextmenu.png
-%%DATADIR%%/manual/img/door.jpg
-%%DATADIR%%/manual/img/gamewin1.png
-%%DATADIR%%/manual/img/giantant.jpg
-%%DATADIR%%/manual/img/letter_a.png
-%%DATADIR%%/manual/img/letter_c.png
-%%DATADIR%%/manual/img/letter_d.png
-%%DATADIR%%/manual/img/letter_m.png
-%%DATADIR%%/manual/img/letter_o.png
-%%DATADIR%%/manual/img/letter_r.png
-%%DATADIR%%/manual/img/letter_t.png
-%%DATADIR%%/manual/img/letter_v.png
-%%DATADIR%%/manual/img/letter_w.png
-%%DATADIR%%/manual/img/letter_y.png
-%%DATADIR%%/manual/img/map.png
-%%DATADIR%%/manual/img/messages.png
-%%DATADIR%%/manual/img/minimap.png
-%%DATADIR%%/manual/img/obj_food.jpg
-%%DATADIR%%/manual/img/obj_gem.jpg
-%%DATADIR%%/manual/img/obj_potion.jpg
-%%DATADIR%%/manual/img/obj_ring.jpg
-%%DATADIR%%/manual/img/obj_scroll.jpg
-%%DATADIR%%/manual/img/obj_sword.jpg
-%%DATADIR%%/manual/img/paperbg.jpg
-%%DATADIR%%/manual/img/stairs.jpg
-%%DATADIR%%/manual/img/statusbar.png
-%%DATADIR%%/manual/img/tb1.png
-%%DATADIR%%/manual/img/tb2.png
-%%DATADIR%%/manual/img/valley.jpg
-%%DATADIR%%/manual/img/wallheight.png
-%%DATADIR%%/manual/img/walltrans.png
-%%DATADIR%%/manual/index.html
-%%DATADIR%%/manual/manual.css
-%%DATADIR%%/music/aircaves.ogg
-%%DATADIR%%/music/ambient1.ogg
-%%DATADIR%%/music/ambient2.ogg
-%%DATADIR%%/music/ascended.ogg
-%%DATADIR%%/music/battle1.ogg
-%%DATADIR%%/music/battle2.ogg
-%%DATADIR%%/music/battle3.ogg
-%%DATADIR%%/music/died.ogg
-%%DATADIR%%/music/earthcav.ogg
-%%DATADIR%%/music/firecave.ogg
-%%DATADIR%%/music/instruments.xm
-%%DATADIR%%/music/intro.ogg
-%%DATADIR%%/music/lament1.ogg
-%%DATADIR%%/music/lament2.ogg
-%%DATADIR%%/music/levelup.ogg
-%%DATADIR%%/music/mines.ogg
-%%DATADIR%%/music/nethack.ogg
-%%DATADIR%%/music/oracle.ogg
-%%DATADIR%%/music/quit.ogg
-%%DATADIR%%/music/shopping.ogg
-%%DATADIR%%/music/town.ogg
-%%DATADIR%%/music/watercav.ogg
-%%DATADIR%%/nhshare
-%%DATADIR%%/nhushare
-%%DATADIR%%/perm
-%%DATADIR%%/record
-%%DATADIR%%/recover
-%%DATADIR%%/sound/bell.ogg
-%%DATADIR%%/sound/cat.ogg
-%%DATADIR%%/sound/cldoor.ogg
-%%DATADIR%%/sound/counting.ogg
-%%DATADIR%%/sound/dog.ogg
-%%DATADIR%%/sound/fainting.ogg
-%%DATADIR%%/sound/fountain.ogg
-%%DATADIR%%/sound/hungry.ogg
-%%DATADIR%%/sound/ill.ogg
-%%DATADIR%%/sound/levelup.ogg
-%%DATADIR%%/sound/lion.ogg
-%%DATADIR%%/sound/opdoor.ogg
-%%DATADIR%%/sound/roar.ogg
-%%DATADIR%%/sound/slurp.ogg
-%%DATADIR%%/sound/swordhit.ogg
-%%DATADIR%%/sound/swordmis.ogg
-%%DATADIR%%/sound/walk.ogg
-%%DATADIR%%/sound/weak.ogg
-%%DATADIR%%/vulturesclaw
-%%DATADIR%%/vulturesclaw.ico
-%%DATADIR%%/vulturesclaw.png
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%/fonts
-@dirrm %%DATADIR%%/graphics
-@dirrm %%DATADIR%%/manual/img
-@dirrm %%DATADIR%%/manual
-@dirrm %%DATADIR%%/music
-@dirrm %%DATADIR%%/save
-@dirrm %%DATADIR%%/sound
-@dirrm %%DATADIR%%