diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-29 03:27:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-29 03:27:28 +0800 |
commit | 3494144980a8814de1c9b0e7cefda72ad835eadc (patch) | |
tree | ca21e03c9758462648f8b634ccd036ed96a570ce | |
parent | d4a943ffa6eef5263e3a70e5dfa481ba7b03dfcc (diff) | |
download | freebsd-ports-gnome-3494144980a8814de1c9b0e7cefda72ad835eadc.tar.gz freebsd-ports-gnome-3494144980a8814de1c9b0e7cefda72ad835eadc.tar.zst freebsd-ports-gnome-3494144980a8814de1c9b0e7cefda72ad835eadc.zip |
- 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
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/aklabeth/Makefile | 37 | ||||
-rw-r--r-- | games/aklabeth/distinfo | 3 | ||||
-rw-r--r-- | games/aklabeth/pkg-descr | 8 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 0c2e8aa481a6..db211b96e368 100644 --- a/games/Makefile +++ b/games/Makefile @@ -32,6 +32,7 @@ SUBDIR += agame SUBDIR += ags SUBDIR += aisleriot + SUBDIR += aklabeth SUBDIR += alephone SUBDIR += alephone-data SUBDIR += alephone-scenarios diff --git a/games/aklabeth/Makefile b/games/aklabeth/Makefile new file mode 100644 index 000000000000..18d7ef06d09e --- /dev/null +++ b/games/aklabeth/Makefile @@ -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> diff --git a/games/aklabeth/distinfo b/games/aklabeth/distinfo new file mode 100644 index 000000000000..02ec3323359c --- /dev/null +++ b/games/aklabeth/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1503939995 +SHA256 (aklabeth-1.0.tar.gz) = ce8486519f434a229f002a77cad28cb40e66794225d2b8ac7013ab867c2ff044 +SIZE (aklabeth-1.0.tar.gz) = 235131 diff --git a/games/aklabeth/pkg-descr b/games/aklabeth/pkg-descr new file mode 100644 index 000000000000..ba218d4dcbb8 --- /dev/null +++ b/games/aklabeth/pkg-descr @@ -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 |