Port details on branch 2023Q2 |
- aquaria Underwater 2D fantasy action-adventure (game engine)
- 1.002.22_9 games
=0 1.002.22_9Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2023-05-04 05:19:08
- Last Update: 2023-05-04 05:14:40
- Commit Hash: 6194276
- License: GPLv2+
- WWW:
- https://github.com/AquariaOSE/Aquaria
- Description:
- The game follows Naija, a mermaid-like woman, as she explores the
underwater world of Aquaria. Along her journey, she learns about both
the history of the world and her own past. The gameplay focuses on a
combination of swimming, singing and combat, through which Naija can
interact with the world. Naija's songs can move items, affect plants
and animals, and change her physical appearance into other
forms. These forms have different abilities, such as firing
projectiles at hostile creatures or passing through barriers
inaccessible to her in her natural form. -- Wikipedia
This package provides only game engine. Proprietary game data files
have to be obtained separately.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/aquaria/ && make install clean
- To add the package, run one of these commands:
- pkg install games/aquaria
- pkg install aquaria
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aquaria
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1663028357
SHA256 (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = a2e0d965c1342b5d19ed7de821339f23bf550c07608169eed3538e86b9d01842
SIZE (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = 5725171
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glm.hpp : math/glm
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libvorbisfile.so : audio/libvorbis
- libftgl.so : graphics/ftgl
- libpng.so : graphics/png
- libtinyxml2.so : textproc/tinyxml2
- liblua-5.1.so : lang/lua51
- libopenal.so.1 : audio/openal-soft
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for aquaria-1.002.22_9:
SDL2=on: Use SDL 2.x instead of SDL 1.2.x
===> Use 'make config' to modify these settings
- Options name:
- games_aquaria
- USES:
- cmake:insource compiler:c++11-lang lua:51 openal pkgconfig sdl
- pkg-message:
- For install:
- The following method was only tested with Aquaria release from Humble
Indie Bundle. In order to play the game copy data files under
/usr/local/share/aquaria or specify the path to them via environment variable e.g.,
$ unzip aquaria-lnx-humble-bundle.mojo.run
$ tar cf - -Cdata . | tar xof - -C/usr/local/share/aquaria
$ aquaria
or
$ cp -R /usr/local/share/aquaria/override /path/to/aquaria/data/
$ AQUARIA_DATA_PATH=/path/to/aquaria/data aquaria
- Master Sites:
|