mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
29 lines
496 B
Makefile
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>
|