1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/aklabeth/Makefile

38 lines
671 B
Makefile
Raw Normal View History

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