Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/games/SpaceCadetPinball-devel/Makefile
18157 views
PORTNAME=	SpaceCadetPinball
PORTVERSION=	2.1.0.20240821
DISTVERSIONPREFIX=	Release_
CATEGORIES=	games
PKGNAMESUFFIX=	-devel

MAINTAINER=	[email protected]
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>