mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
27 lines
511 B
Makefile
27 lines
511 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= griels-quest
|
|
PORTVERSION= git20150512
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Griel's Quest for the Sangraal
|
|
|
|
LICENSE= GPLv3
|
|
|
|
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>
|