aboutsummaryrefslogtreecommitdiff
path: root/games/griels-quest/Makefile
blob: 1fcf5e92492106a3b521417ca85efdc27c35bd46 (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
PORTNAME=	griels-quest
PORTVERSION=	git20150512
PORTREVISION=	1
CATEGORIES=	games

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Griel's Quest for the Sangraal

LICENSE=	GPLv3

USES=		sdl
USE_GITHUB=	yes
GH_ACCOUNT=	nevat
GH_TAGNAME=	0282e6a2e3

PORTSCOUT=	skipv:v1.00 # git repo contains required portability fixes after 1.00

USE_SDL=	sdl mixer image ttf gfx

DATADIR=	${PREFIX}/share/griels

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/griels

.include <bsd.port.mk>