1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/avp/Makefile
Piotr Kubaj 7710964d6f games/avp: fix build with clang on 12.0 and newer
12.0 and newer use lld and this port fails to link with lld.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20385
2019-05-24 08:04:40 +00:00

28 lines
540 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 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>