1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/abbayedesmorts/Makefile

30 lines
648 B
Makefile
Raw Normal View History

PORTNAME= abbayedesmorts
2016-09-05 12:36:56 +00:00
PORTVERSION= 2.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Cross-platform port of l'Abbaye des Morts by Locomalito
2022-09-08 19:40:52 +00:00
WWW= https://locomalito.com/abbaye_des_morts.php \
https://github.com/nevat/abbayedesmorts-gpl
2017-12-05 19:35:40 +00:00
LICENSE= GPLv3 CC-BY-3.0
LICENSE_COMB= multi
USES= sdl
USE_GITHUB= yes
GH_ACCOUNT= nevat
2016-09-05 12:36:56 +00:00
GH_PROJECT= ${PORTNAME}-gpl
2016-01-13 18:49:07 +00:00
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:
2016-09-05 12:36:56 +00:00
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/abbayev2
.include <bsd.port.mk>