22 lines
452 B
Makefile
22 lines
452 B
Makefile
PORTNAME= SpaceCadetPinball
|
|
PORTVERSION= 2.0.1.20220331
|
|
DISTVERSIONPREFIX= Release_
|
|
CATEGORIES= games
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Decompilation of 3D Pinball for Windows (development version)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake sdl xorg
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= k4zmu2a
|
|
GH_PROJECT= SpaceCadetPinball
|
|
GH_TAGNAME= 0f88e43ba261bc21fa5c3ef9d44969a2a079d0de
|
|
|
|
USE_SDL= mixer2 sdl2
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
.include <bsd.port.mk>
|