Sync with the latest developments of the game, this fixes the runtime on all archs, and colors issues on big endian archs. Versioning tweak by Mikolaj Kucharski, and HOMEPAGE one by solene@, thanks a lot! OK solene@
31 lines
589 B
Makefile
31 lines
589 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/02/11 22:32:16 cwen Exp $
|
|
|
|
COMMENT = volleyball game with online play
|
|
|
|
GH_ACCOUNT = danielknobe
|
|
GH_PROJECT = blobbyvolley2
|
|
GH_COMMIT = 5a03dd0a47800b590097f7a5dd3cb3dcda1ccd91
|
|
|
|
DISTNAME = blobby-1.0.20200209
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://blobbyvolley.de/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} GL GLU SDL2 c m physfs
|
|
|
|
# C++11
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake
|
|
BUILD_DEPENDS = devel/boost
|
|
LIB_DEPENDS = devel/sdl2 \
|
|
devel/physfs
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|