Free Orion is an open-source, platform independent galactic conquest

game in the tradition of the Master of Orion games.

The game is currently playable, but probably only fun to the more
hard-core fans of the genre. Many features have been implemented, but
many others are not. Much of the content is provisional, and unbalanced.
In other words, it'll be a while till it is finished. See the Roadmap
(https://www.freeorion.org/index.php/Roadmap) for the big picture on our
progress.

Tweaks by sthen@, solene@, bcallah@ and me
OK solene@
This commit is contained in:
kirby 2018-10-03 11:43:46 +00:00
parent ae525839b0
commit d832dd41de
4 changed files with 3331 additions and 0 deletions

54
games/freeorion/Makefile Normal file
View File

@ -0,0 +1,54 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/03 11:43:46 kirby Exp $
V = 0.4.8
COMMENT = turn-based space empire and galactic conquest computer game
DISTNAME = FreeOrion_v${V}_2018-08-23.26f16b0_Source
PKGNAME = freeorion-${V}
CATEGORIES = games
HOMEPAGE = https://www.freeorion.org/
MAINTAINER = Tom Murphy <openbsd@pertho.net>
#Game: GPLv2+
#Assets: CC-BY-SA 3.0
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${COMPILER_LIBCXX} GL GLEW GLU SDL2 boost_atomic-mt
WANTLIB += boost_chrono-mt boost_date_time-mt boost_filesystem-mt
WANTLIB += boost_iostreams-mt boost_locale-mt boost_log-mt boost_log_setup-mt
WANTLIB += boost_python-mt boost_regex-mt boost_serialization-mt
WANTLIB += boost_signals-mt boost_system-mt boost_thread-mt c
WANTLIB += freetype m ogg openal png ${MODPY_WANTLIB} vorbis vorbisenc
WANTLIB += vorbisfile z
MASTER_SITES = https://github.com/freeorion/freeorion/releases/download/v${V}/
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \
lang/python
BUILD_DEPENDS = devel/cppcheck \
devel/py-codestyle
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
audio/libogg \
audio/libvorbis \
audio/openal \
devel/sdl2 \
devel/boost \
graphics/glew \
graphics/png
NO_TEST = Yes
WRKDIST = ${WRKDIR}/src-tarball
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/share/freeorion/default
.include <bsd.port.mk>

2
games/freeorion/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (FreeOrion_v0.4.8_2018-08-23.26f16b0_Source.tar.gz) = 1AXb60Ovt/p2k3zxXNsQsV6BjaFx7B6wPkocPsu6Rvc=
SIZE (FreeOrion_v0.4.8_2018-08-23.26f16b0_Source.tar.gz) = 106254059

View File

@ -0,0 +1,9 @@
Free Orion is an open-source, platform independent galactic conquest
game in the tradition of the Master of Orion games.
The game is currently playable, but probably only fun to the more
hard-core fans of the genre. Many features have been implemented, but
many others are not. Much of the content is provisional, and unbalanced.
In other words, it'll be a while till it is finished. See the Roadmap
(https://www.freeorion.org/index.php/Roadmap) for the big picture on our
progress.

3266
games/freeorion/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff