diff options
author | des <des@FreeBSD.org> | 2002-05-12 05:57:40 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-05-12 05:57:40 +0800 |
commit | 89c2c7e899ac7e165392743639e690ad9eab3fb9 (patch) | |
tree | 40119be15a177489fb6d66a1edacd95e8c8bfcd1 | |
parent | 3706e0828cdf569b1fbf7f86bbae90b9652f8089 (diff) | |
download | freebsd-ports-gnome-89c2c7e899ac7e165392743639e690ad9eab3fb9.tar.gz freebsd-ports-gnome-89c2c7e899ac7e165392743639e690ad9eab3fb9.tar.zst freebsd-ports-gnome-89c2c7e899ac7e165392743639e690ad9eab3fb9.zip |
An SDL port of the Abuse game engine
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/abuse_sdl/Makefile | 24 | ||||
-rw-r--r-- | games/abuse_sdl/distinfo | 1 | ||||
-rw-r--r-- | games/abuse_sdl/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | games/abuse_sdl/files/patch-configure | 11 | ||||
-rw-r--r-- | games/abuse_sdl/pkg-comment | 1 | ||||
-rw-r--r-- | games/abuse_sdl/pkg-descr | 15 | ||||
-rw-r--r-- | games/abuse_sdl/pkg-plist | 5 |
8 files changed, 69 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 72f9bdf9a858..0cd75037ef11 100644 --- a/games/Makefile +++ b/games/Makefile @@ -9,6 +9,7 @@ SUBDIR += CaribbeanStud SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap + SUBDIR += abuse_sdl SUBDIR += acm SUBDIR += acorn SUBDIR += acorn-media diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile new file mode 100644 index 000000000000..d6a2e62ef81e --- /dev/null +++ b/games/abuse_sdl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: abuse_sdl +# Date created: 11 May 2002 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= abuse_sdl +PORTVERSION= 0.6.1 +CATEGORIES= games +MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ + +MAINTAINER= des@freebsd.org + +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12:install + +USE_GMAKE= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= CFLAGS="${CFLAGS}" SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" +CONFIGURE_ARGS= --prefix="${PREFIX}" + +MAN6= abuse-sdl.6 + +.include <bsd.port.mk> diff --git a/games/abuse_sdl/distinfo b/games/abuse_sdl/distinfo new file mode 100644 index 000000000000..e32faaed372c --- /dev/null +++ b/games/abuse_sdl/distinfo @@ -0,0 +1 @@ +MD5 (abuse_sdl-0.6.1.tar.gz) = 17c01243cc1b041462d851276b2a460d diff --git a/games/abuse_sdl/files/patch-Makefile.in b/games/abuse_sdl/files/patch-Makefile.in new file mode 100644 index 000000000000..5948cd989362 --- /dev/null +++ b/games/abuse_sdl/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat May 11 22:58:44 2002 ++++ Makefile.in Sat May 11 23:00:15 2002 +@@ -84,7 +84,7 @@ + + man_MANS = abuse-sdl.6 + +-datafiledir = $(datadir)/games/abuse ++datafiledir = $(datadir)/abuse_sdl + datafile_DATA = abuse.bmp abuse.lsp abuse.png + + EXTRA_DIST = abuse-sdl.6 abuse.bmp abuse.lsp abuse.png diff --git a/games/abuse_sdl/files/patch-configure b/games/abuse_sdl/files/patch-configure new file mode 100644 index 000000000000..2629b2c0ab4a --- /dev/null +++ b/games/abuse_sdl/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat May 11 23:00:27 2002 ++++ configure Sat May 11 23:00:36 2002 +@@ -7568,7 +7568,7 @@ + + X_LIBS=-L$x_libraries + +-EXPDATADIR="-DEXPDATADIR=\\\"$datadir/games/abuse\\\"" ++EXPDATADIR="-DEXPDATADIR=\\\"$datadir/abuse_sdl\\\"" + + echo "$as_me:7573: checking for XShmAttach in -lXext" >&5 + echo $ECHO_N "checking for XShmAttach in -lXext... $ECHO_C" >&6 diff --git a/games/abuse_sdl/pkg-comment b/games/abuse_sdl/pkg-comment new file mode 100644 index 000000000000..b20fcae2cd09 --- /dev/null +++ b/games/abuse_sdl/pkg-comment @@ -0,0 +1 @@ +An SDL port of the Abuse game engine diff --git a/games/abuse_sdl/pkg-descr b/games/abuse_sdl/pkg-descr new file mode 100644 index 000000000000..8d8827ec75c0 --- /dev/null +++ b/games/abuse_sdl/pkg-descr @@ -0,0 +1,15 @@ +Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple +DirectMedia Layer library. This allows Abuse to run at screen depths +greater than 8bpp as well as fullscreen. + +Abuse-SDL has the following extra features over the original Abuse: + + - Run at any screen depth from 8bpp to 32bpp. + - Run fullscreen or in a window. + - Lock the mouse to the window. + - Mousewheel support for changing weapons. + - Stereo sound. + +Note that this port does not install any data files. + +WWW: http://www.labyrinth.net.au/~trandor/abuse/ diff --git a/games/abuse_sdl/pkg-plist b/games/abuse_sdl/pkg-plist new file mode 100644 index 000000000000..5113e905f6ea --- /dev/null +++ b/games/abuse_sdl/pkg-plist @@ -0,0 +1,5 @@ +bin/abuse.sdl +share/abuse_sdl/abuse.bmp +share/abuse_sdl/abuse.lsp +share/abuse_sdl/abuse.png +@dirrm share/abuse |