1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New port: games/thevalley

The Valley is a rewrite of an old RPG from the early 1980s.
	It's simple, but quite fun to play if you are retro-minded.
	It was originally published as a (heavily commented) magazine
	listing in Computing Today; versions for most home computers
	of that time are available.

Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Edwin Groothuis 2004-03-28 04:06:48 +00:00
parent 64e7f1364e
commit 81086d7dec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105469
4 changed files with 44 additions and 0 deletions

View File

@ -412,6 +412,7 @@
SUBDIR += tetrinet
SUBDIR += tetrinet-x
SUBDIR += textmaze
SUBDIR += thevalley
SUBDIR += thudboard
SUBDIR += tictactoe3d
SUBDIR += tileworld

33
games/thevalley/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: thevalley
# Date created: 28 March 2004
# Whom: Edwin Groothuis
#
# $FreeBSD$
PORTNAME= thevalley
PORTVERSION= 0.98
CATEGORIES= games
MASTER_SITES= http://www.autismuk.freeserve.co.uk/
DISTNAME= valley-${PORTVERSION}
MAINTAINER= edwin@mavetju.org
COMMENT= The Valley is a rewrite of an old RPG from the early 1980s
USE_LIBTOOL= yes
USE_X= yes
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_SDL= sdl
USE_REINPLACE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
PLIST_FILES= bin/valley
post-configure:
${REINPLACE_CMD} \
-e 's,^LIBTOOL =.*,LIBTOOL= $$(SHELL) ${LIBTOOL} --silent,' \
-e 's,^transform =.*,transform = s\,^\,\,,' \
${WRKSRC}/valley/Makefile
.include <bsd.port.mk>

2
games/thevalley/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (valley-0.98.tar.gz) = 6855944727ef196bb081c6f6e65f5777
SIZE (valley-0.98.tar.gz) = 582141

View File

@ -0,0 +1,8 @@
The game that's probably got more home computer ports than any other
- a twenty year old graphical RPG. I spent ages playing it as a
young chap, it's pretty basic but I just wanted to recreate it -
this was done by working on the BBC Micro version. There's more
about this game at http://www.classicgaming.com/studio2/valley/valley.htm
Author: Paul Robson <autismuk@autismuk.freeserve.co.uk>
WWW: http://www.autismuk.freeserve.co.uk/