Files

49 lines
1.1 KiB
Makefile
Raw Permalink Normal View History

BROKEN-alpha = OOM on XcomRuleset.cpp
2016-04-09 22:28:40 +00:00
BROKEN-hppa = OOM on Engine/Scalers/hq4x.cpp
2011-07-05 07:50:33 +00:00
COMMENT = open source reimplementation of the original X-Com
2014-09-06 09:32:21 +00:00
DISTNAME = openxcom-1.0.0
REVISION = 11
2014-09-06 09:32:21 +00:00
EPOCH = 0
2011-07-05 07:50:33 +00:00
CATEGORIES = games x11
2017-11-27 04:21:51 +00:00
HOMEPAGE = https://openxcom.org/
2011-07-05 07:50:33 +00:00
2016-04-09 22:28:40 +00:00
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
2011-07-05 07:50:33 +00:00
# GPLv3
PERMIT_PACKAGE = Yes
2011-07-05 07:50:33 +00:00
2014-09-06 09:32:21 +00:00
WANTLIB = GL SDL SDL_gfx SDL_image SDL_mixer c m pthread \
2017-07-16 19:18:47 +00:00
yaml-cpp ${COMPILER_LIBCXX}
2011-07-05 07:50:33 +00:00
2023-09-26 09:41:31 +00:00
SITES = ${HOMEPAGE}/wp-content/uploads/downloads/2014/06/
2011-07-05 07:50:33 +00:00
MODULES = devel/cmake
2017-05-22 15:06:28 +00:00
COMPILER = base-clang ports-gcc
CXXFLAGS_base-clang = -std=c++11
2012-02-29 08:25:32 +00:00
RUN_DEPENDS = audio/timidity \
devel/desktop-file-utils \
x11/gtk+4,-guic
2011-07-05 07:50:33 +00:00
LIB_DEPENDS = devel/sdl-gfx \
2014-09-06 09:32:21 +00:00
devel/sdl-image \
2011-07-05 07:50:33 +00:00
devel/sdl-mixer \
2014-09-06 09:32:21 +00:00
devel/yaml-cpp>=0.5.1
2011-07-05 07:50:33 +00:00
2012-02-29 08:25:32 +00:00
CONFIGURE_ARGS = -DDEV_BUILD=Off
2011-07-18 10:57:01 +00:00
2013-03-11 11:02:49 +00:00
NO_TEST = Yes
2011-07-05 07:50:33 +00:00
pre-configure:
2012-02-29 08:25:32 +00:00
${SUBST_CMD} ${WRKSRC}/src/Engine/CrossPlatform.cpp
2011-07-05 07:50:33 +00:00
2012-02-29 08:25:32 +00:00
post-install:
2011-07-05 07:50:33 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/openxcom
2012-02-29 08:25:32 +00:00
cd ${WRKDIST}/bin/data && find . | pax -rw ${PREFIX}/share/openxcom
2011-07-05 07:50:33 +00:00
2026-02-13 12:02:13 +00:00
MODCMAKE_POLICY_VERSION_OVERRIDE = Yes
2011-07-05 07:50:33 +00:00
.include <bsd.port.mk>