mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
38 lines
889 B
Makefile
38 lines
889 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fs2open
|
|
DISTVERSIONPREFIX= release_
|
|
DISTVERSION= 3_8_0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= Open source video engine of FreeSpace 2
|
|
|
|
LICENSE= VOLITION
|
|
LICENSE_NAME= Volition Copyright
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror auto-accept
|
|
|
|
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
|
libpng.so:graphics/png
|
|
|
|
USES= cmake compiler:c++11-lang lua:51 jpeg openal pkgconfig sdl
|
|
LLD_UNSAFE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= scp-fs2open
|
|
GH_PROJECT= fs2open.github.com
|
|
GH_TUPLE= asarium:cmake-modules:7cef957:cmakemodules/cmake/external/rpavlik-cmake-modules \
|
|
sakra:cotire:40a46bf:cotire/cmake/external/cotire
|
|
USE_SDL= sdl2
|
|
|
|
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen
|
|
|
|
PLIST_FILES= bin/fs2_open
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/fs2_open \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|