aboutsummaryrefslogtreecommitdiff
path: root/games/SpaceCadetPinball-devel/Makefile
blob: 4fa679c8999fb2d2e4e0e855ba353583729d0e11 (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
PORTNAME=	SpaceCadetPinball
PORTVERSION=	2.1.0.20240821
DISTVERSIONPREFIX=	Release_
CATEGORIES=	games
PKGNAMESUFFIX=	-devel

MAINTAINER=	nc@FreeBSD.org
COMMENT=	Decompilation of 3D Pinball for Windows (development version)
WWW=		https://github.com/k4zmu2a/SpaceCadetPinball

LICENSE=	MIT

USES=		cmake sdl xorg

USE_GITHUB=	yes
GH_ACCOUNT=	k4zmu2a
GH_PROJECT=	SpaceCadetPinball
GH_TAGNAME=	cb9b7b886244a27773f66b0b19fdc2998392565e

USE_SDL=	mixer2 sdl2
USE_XORG=	ice sm x11 xext

.include <bsd.port.mk>