Files
ports/games/loderunner-ng/Makefile
T
Dmitry Salychev f5081c9952 games/loderunner-ng: New port
A classic Lode Runner game remake heavily based on LodeRunner_TotalRecall
implementation by Simon Hung. Original Lode Runner game is developed by
Doug Smith and published by Broderbund in 1983.

Reviewed by:		diizzy,olevole_olevole.ru,dch
Approved by:		dch
Differential Revision:	https://reviews.freebsd.org/D51631
2025-11-02 00:12:35 +01:00

19 lines
340 B
Makefile

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>