freebsd-ports/games/avp/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

28 lines
576 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
PORTNAME= avp
DISTVERSION= 20170505
PORTREVISION= 1
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
LDFLAGS_i386= -Wl,-znotext
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>