Changeset View
Changeset View
Standalone View
Standalone View
games/openrct2/Makefile
| Show All 12 Lines | |||||
| MAINTAINER= pkubaj@FreeBSD.org | MAINTAINER= pkubaj@FreeBSD.org | ||||
| COMMENT= Open source re-implementation of RollerCoaster Tycoon 2 | COMMENT= Open source re-implementation of RollerCoaster Tycoon 2 | ||||
| WWW= https://openrct2.io/ | WWW= https://openrct2.io/ | ||||
| LICENSE= GPLv3+ | LICENSE= GPLv3+ | ||||
| LICENSE_FILE= ${WRKSRC}/licence.txt | LICENSE_FILE= ${WRKSRC}/licence.txt | ||||
| NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe | NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe | ||||
| NOT_FOR_ARCHS_REASON= Only for little-endian architectures | NOT_FOR_ARCHS_REASON= Only for little-endian architectures | ||||
| BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json | BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json | ||||
| LIB_DEPENDS= libpng.so:graphics/png \ | LIB_DEPENDS= libpng.so:graphics/png \ | ||||
| libzip.so:archivers/libzip \ | libzip.so:archivers/libzip \ | ||||
| libFLAC.so:audio/flac \ | libFLAC.so:audio/flac \ | ||||
| libvorbisfile.so:audio/libvorbis \ | libvorbisfile.so:audio/libvorbis \ | ||||
| libspeexdsp.so:audio/speexdsp \ | libspeexdsp.so:audio/speexdsp \ | ||||
| Show All 32 Lines | |||||