Files
ports/games/openjazz/Makefile
T
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

29 lines
496 B
Makefile

COMMENT = open-source version of the classic Jazz Jackrabbit games
CATEGORIES = games x11
GH_ACCOUNT = AlisterT
GH_PROJECT = openjazz
GH_TAGNAME = 20231028
REVISION = 0
HOMEPAGE = http://www.alister.eu/jazz/oj/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} SDL2 c m
# C++11
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
BUILD_DEPENDS = textproc/asciidoctor
LIB_DEPENDS = devel/sdl2
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+4,-guic
.include <bsd.port.mk>