Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/games/aklabeth/Makefile
18157 views
PORTNAME=	aklabeth
PORTVERSION=	1.0
CATEGORIES=	games
MASTER_SITES=	http://reconstruction.voyd.net/zips/

MAINTAINER=	[email protected]
COMMENT=	Remake of Richard Garriott's Ultima prequel
WWW=		https://reconstruction.voyd.net/index.php?event=project&typeKeyword=remakes

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		sdl
USE_SDL=	sdl

GNU_CONFIGURE=	yes

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>