2020-02-14 06:11:32 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2020/02/14 11:11:33 sthen Exp $
|
2017-08-08 02:35:22 -04:00
|
|
|
|
|
|
|
COMMENT = frenetic space shoot-em-up
|
|
|
|
|
|
|
|
GH_ACCOUNT = olofson
|
|
|
|
GH_PROJECT = koboredux
|
2020-02-14 06:11:32 -05:00
|
|
|
GH_TAGNAME = v0.7.5.1
|
|
|
|
REVISION = 2
|
2017-08-08 02:35:22 -04:00
|
|
|
|
|
|
|
CATEGORIES = games
|
|
|
|
|
|
|
|
HOMEPAGE = http://koboredux.com/
|
|
|
|
|
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
|
|
|
|
|
|
|
# GPLv2+
|
2019-07-12 16:45:45 -04:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-08-08 02:35:22 -04:00
|
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_image audiality2 c m
|
|
|
|
|
2018-10-24 10:27:57 -04:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2017-08-08 02:35:22 -04:00
|
|
|
MODULES = devel/cmake
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
LIB_DEPENDS = audio/audiality2 \
|
|
|
|
devel/sdl2-image
|
|
|
|
|
|
|
|
# KOBO_EXTRA_LIBRARIES due to https://github.com/olofson/koboredux/issues/454
|
|
|
|
CONFIGURE_ARGS = -DKOBO_EXTRA_LIBRARIES=
|
|
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|