1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/fs2open/Makefile
2021-05-03 09:02:22 +00:00

35 lines
864 B
Makefile

PORTNAME= fs2open
DISTVERSIONPREFIX= release_
DISTVERSION= 21_2_0
CATEGORIES= games
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Open source video engine of FreeSpace 2
LICENSE= VOLITION
LICENSE_NAME= Volition Copyright
LICENSE_FILE= ${WRKSRC}/Copying.md
LICENSE_PERMS= dist-mirror auto-accept
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libpng.so:graphics/png \
libfreetype.so:print/freetype2
USES= cmake compiler:c++11-lib lua:51 jpeg openal pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= scp-fs2open
GH_PROJECT= fs2open.github.com
GH_TUPLE= asarium:cmake-modules:7cef957:cmakemodules/cmake/external/rpavlik-cmake-modules \
asarium:libRocket:ecd648a:libRocket/lib/libRocket
USE_SDL= sdl2
LDFLAGS_i386= -Wl,-znotext
PLIST_FILES= bin/fs2_open
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/fs2_open \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>