Files
ports/games/brumbrumrally/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

36 lines
679 B
Makefile

BROKEN-alpha = OOM on src/hqx/hq4x.cpp
COMMENT = racing game with randomized tracks
DISTNAME = brumbrumrally-0.7
REVISION = 4
FIX_EXTRACT_PERMISSIONS=Yes
CATEGORIES = games
HOMEPAGE = http://dataapa.net/brumbrumrally/
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += SDL SDL_image SDL_net c m pthread ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
CXXFLAGS_base-clang = -std=c++11
SITES = http://dataapa.net/brumbrumrally/files/
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = devel/sdl-image \
devel/sdl-net
MAKE_FLAGS = CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} `sdl-config --cflags`"
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>