blob: 2895ba34438efebc0d7f6a114007d2223c1bd2c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= loderunner-ng
DISTVERSION= 0.1.4
CATEGORIES= games
MAINTAINER= dsl@FreeBSD.org
COMMENT= Classic Lode Runner game remake
WWW= https://github.com/vchimishuk/loderunner-ng
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake sdl
USE_SDL= image2 mixer2 sdl2
USE_GITHUB= yes
GH_ACCOUNT= vchimishuk
.include <bsd.port.mk>
|