1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/avp/Makefile
Piotr Kubaj e3e3c40482 games/avp: fix build on GCC architectures
OpenAL needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
2019-12-09 14:00:56 +00:00

28 lines
560 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= avp
DISTVERSION= 20170505
CATEGORIES= games
MASTER_SITES= https://icculus.org/avp/files/
EXTRACT_SUFX= -a1.tar.gz
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Open source re-implementation of Alien versus Predator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang gl openal sdl
USE_GL= gl
USE_SDL= sdl
LLD_UNSAFE= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>