diff options
author | will <will@FreeBSD.org> | 2001-05-20 03:01:01 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-20 03:01:01 +0000 |
commit | 2296709d73742af3934db2504e91124275c9c0c4 (patch) | |
tree | 815db5965decced237133fe5be910fd8bc237aac /games | |
parent | d2cec657c0b7d0c228d768c3992210a1550619f2 (diff) | |
download | FreeBSD-ports-2296709d73742af3934db2504e91124275c9c0c4.zip FreeBSD-ports-2296709d73742af3934db2504e91124275c9c0c4.tar.gz |
Add crimson 0.1.3, a tactical war game in the tradition of Battle Isle.
PR: 27062
Submitted by: Jan Jungnickel <jan@jungnickel.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/crimson/Makefile | 24 | ||||
-rw-r--r-- | games/crimson/distinfo | 1 | ||||
-rw-r--r-- | games/crimson/pkg-comment | 1 | ||||
-rw-r--r-- | games/crimson/pkg-descr | 8 | ||||
-rw-r--r-- | games/crimson/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index be2eba8..6a66580 100644 --- a/games/Makefile +++ b/games/Makefile @@ -54,6 +54,7 @@ SUBDIR += crafty-open-medium SUBDIR += crafty-open-rock SUBDIR += crafty-open-small + SUBDIR += crimson SUBDIR += crossfire SUBDIR += cursive SUBDIR += deal diff --git a/games/crimson/Makefile b/games/crimson/Makefile new file mode 100644 index 0000000..16c4001 --- /dev/null +++ b/games/crimson/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: crimson +# Date created: 3 May 2001 +# Whom: Jan Jungnickel <jan@jungnickel.com> +# +# $FreeBSD$ + +PORTNAME= crimson +PORTVERSION= 0.1.3 +CATEGORIES= games +MASTER_SITES= http://www.lanipage.de/jens/crimson/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= jan@jungnickel.com + +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +post-patch: + ${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/games/crimson/distinfo b/games/crimson/distinfo new file mode 100644 index 0000000..1dc11f3 --- /dev/null +++ b/games/crimson/distinfo @@ -0,0 +1 @@ +MD5 (crimson-0.1.3.tar.bz2) = cd4530013a92797ed5c2433aafee69ac diff --git a/games/crimson/pkg-comment b/games/crimson/pkg-comment new file mode 100644 index 0000000..32fc05a --- /dev/null +++ b/games/crimson/pkg-comment @@ -0,0 +1 @@ +Tactical war game in the tradition of Battle Isle diff --git a/games/crimson/pkg-descr b/games/crimson/pkg-descr new file mode 100644 index 0000000..82b423b --- /dev/null +++ b/games/crimson/pkg-descr @@ -0,0 +1,8 @@ +From the Documentation: + +Crimson Fields is a tactical war game in the tradition of Battle Isle. While +not being an exact clone, it tries to keep closer to the very first part of +the series than to the later ones, especially with regard to a rather simple +rule set and straight forward game play. Right now, the game can only be +played by two human adversaries in hot-seat mode or via e-mail. There is no +AI player code yet. diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist new file mode 100644 index 0000000..617e93c --- /dev/null +++ b/games/crimson/pkg-plist @@ -0,0 +1,7 @@ +bin/crimson +share/crimson/levels/ArmsRace.lev +share/crimson/levels/Uprising.lev +share/crimson/cf.dat +share/crimson/default.set +@dirrm share/crimson/levels +@dirrm share/crimson |