python/hypothesis: update to 6.122.3
[oi-userland.git] / components / games / chromium-bsu / Makefile
blobc37d4ea013395d6d4337291c7c0bf6271e0b6c7d
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2018 Harry Liebel <hliebel@gmail.com>
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= chromium-bsu
19 COMPONENT_VERSION= 0.9.16.1
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= Arcade-style, top-scrolling space shooter
22 COMPONENT_DESCRIPTION= Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter. It uses OpenGL for graphics, and OpenAL for sound effects.
23 COMPONENT_PROJECT_URL= https://sourceforge.net/projects/chromium-bsu
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:a1c141a34d19a59607ae81166a19864eb8c84cf86b155462fed31a6d56e1624a
27 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/files/Chromium%20B.S.U.%20source%20code/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= games/chromium-bsu
29 COMPONENT_CLASSIFICATION= Applications/Games
30 COMPONENT_LICENSE= Artistic
31 COMPONENT_LICENSE_FILE= COPYING
33 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 CONFIGURE_OPTIONS += --enable-nls
37 CONFIGURE_OPTIONS += --enable-ftgl
38 CONFIGURE_OPTIONS += --enable-glut
39 CONFIGURE_OPTIONS += --enable-openal
40 CONFIGURE_OPTIONS += --enable-sdl
41 CONFIGURE_OPTIONS += --enable-sdlimage
42 CONFIGURE_OPTIONS += --disable-sdlmixer
43 CONFIGURE_OPTIONS += --disable-sdl2
44 CONFIGURE_OPTIONS += --disable-sdl2mixer
45 CONFIGURE_OPTIONS += --disable-sdl2image
46 CONFIGURE_OPTIONS += --disable-glc
47 CONFIGURE_OPTIONS += --disable-glpng
48 CONFIGURE_OPTIONS += --disable-rpath
50 # Build dependencies
51 REQUIRED_PACKAGES += text/gnu-gettext
53 # Auto-generated dependencies
54 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
55 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
56 REQUIRED_PACKAGES += image/library/sdl-image
57 REQUIRED_PACKAGES += library/audio/freealut
58 REQUIRED_PACKAGES += library/audio/openal
59 REQUIRED_PACKAGES += library/sdl
60 REQUIRED_PACKAGES += library/x11/ftgl
61 REQUIRED_PACKAGES += system/library
62 REQUIRED_PACKAGES += system/library/fontconfig
63 REQUIRED_PACKAGES += system/library/math
64 REQUIRED_PACKAGES += x11/library/glu