aboutsummaryrefslogtreecommitdiff
path: root/games/candycrisis/Makefile
blob: 3edd3b0af28d4fb4e9ac081e26cdad5efb8f4ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	candycrisis
PORTVERSION=	3.0.1
DISTVERSIONPREFIX=	v
CATEGORIES=	games

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Pure action and puzzle gaming
WWW=		https://github.com/jorio/CandyCrisis

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		cmake desktop-file-utils pkgconfig sdl
USE_GITHUB=	yes
GH_ACCOUNT=	jorio
GH_PROJECT=	CandyCrisis
USE_SDL=	sdl2

.include <bsd.port.mk>