mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
d09db2d208
repo. ok tb@
33 lines
623 B
Makefile
33 lines
623 B
Makefile
COMMENT = Settlers 1 (Serf City) clone
|
|
CATEGORIES = games x11
|
|
|
|
# Switch to GH_TAGNAME or a real tarball once 0.3 is released.
|
|
GH_ACCOUNT = freeserf
|
|
GH_PROJECT = freeserf
|
|
GH_TAGNAME = v0.3
|
|
REVISION = 1
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_image SDL2_mixer c m xmp
|
|
|
|
# C++11
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
MODULES = devel/cmake
|
|
|
|
LIB_DEPENDS = audio/libxmp \
|
|
devel/sdl2-image \
|
|
devel/sdl2-mixer
|
|
|
|
# Wants to download its own version of gtest at build time.
|
|
CONFIGURE_ARGS = -DENABLE_TESTS:Bool=Off
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
MODCMAKE_POLICY_VERSION_OVERRIDE = Yes
|
|
|
|
.include <bsd.port.mk>
|