aboutsummaryrefslogtreecommitdiff
path: root/games/abbayedesmorts/Makefile
blob: 3faa2e9abdd8925d79da9729041132bb840baaf5 (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
PORTNAME=	abbayedesmorts
PORTVERSION=	2.0.1
DISTVERSIONPREFIX=	v
CATEGORIES=	games

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Cross-platform port of l'Abbaye des Morts by Locomalito
WWW=		https://locomalito.com/abbaye_des_morts.php \
		https://github.com/nevat/abbayedesmorts-gpl

LICENSE=	GPLv3 CC-BY-3.0
LICENSE_COMB=	multi

USES=		sdl
USE_GITHUB=	yes
GH_ACCOUNT=	nevat
GH_PROJECT=	${PORTNAME}-gpl

PORTSCOUT=	skipv:v1.2,v1.13,v1.11 # git repo contains required portability fixes

USE_SDL=	sdl2 mixer2 image2

DATADIR=	${PREFIX}/share/abbayev2

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

.include <bsd.port.mk>