- Add games/aklabeth
Aklabeth is effectively Ultima 0. This is a port of original version, written in Basic for the Apple II. It's a RPG - sort of. You wander the top world, visit 3D (sort of) dungeons, beat up monsters and perform tasks for the legendary Lord British (AKA Richard Garriott). WWW: http://reconstruction.voyd.net/index.php?event=project&typeKeyword=remakes
This commit is contained in:
parent
9ea9926626
commit
3f22274879
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448887
@ -32,6 +32,7 @@
|
||||
SUBDIR += agame
|
||||
SUBDIR += ags
|
||||
SUBDIR += aisleriot
|
||||
SUBDIR += aklabeth
|
||||
SUBDIR += alephone
|
||||
SUBDIR += alephone-data
|
||||
SUBDIR += alephone-scenarios
|
||||
|
37
games/aklabeth/Makefile
Normal file
37
games/aklabeth/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aklabeth
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://reconstruction.voyd.net/zips/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Remake of Richard Garriott's Ultima prequel
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= AUTHORS README
|
||||
|
||||
DESKTOP_ENTRIES="Aklabeth" \
|
||||
"" \
|
||||
"" \
|
||||
"${PORTNAME}" \
|
||||
"Game;RolePlaying;" \
|
||||
""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/aklabeth/distinfo
Normal file
3
games/aklabeth/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1503939995
|
||||
SHA256 (aklabeth-1.0.tar.gz) = ce8486519f434a229f002a77cad28cb40e66794225d2b8ac7013ab867c2ff044
|
||||
SIZE (aklabeth-1.0.tar.gz) = 235131
|
8
games/aklabeth/pkg-descr
Normal file
8
games/aklabeth/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Aklabeth is effectively Ultima 0. This is a port of original version,
|
||||
written in Basic for the Apple II.
|
||||
|
||||
It's a RPG - sort of. You wander the top world, visit 3D (sort of)
|
||||
dungeons, beat up monsters and perform tasks for the legendary Lord
|
||||
British (AKA Richard Garriott).
|
||||
|
||||
WWW: http://reconstruction.voyd.net/index.php?event=project&typeKeyword=remakes
|
Loading…
Reference in New Issue
Block a user