aboutsummaryrefslogtreecommitdiff
path: root/games/aklabeth/Makefile
blob: 0043575a41e57e92876e6fef672f0bc9245b10b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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

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>