1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/games/aklabeth/Makefile
Dmitry Marakasov 3f22274879 - 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
2017-08-28 19:27:28 +00:00

38 lines
671 B
Makefile

# 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>