diff options
Diffstat (limited to 'games/loderunner-ng/Makefile')
| -rw-r--r-- | games/loderunner-ng/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/loderunner-ng/Makefile b/games/loderunner-ng/Makefile new file mode 100644 index 000000000000..2895ba34438e --- /dev/null +++ b/games/loderunner-ng/Makefile @@ -0,0 +1,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> |
