1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/games/lugaru/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

40 lines
831 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
PORTNAME= lugaru
PORTVERSION= 1.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D arcade with unique fighting system and anthropomorphic characters
LICENSE= GPLv2+ CC-BY-SA-3.0 CC-BY-SA-4.0
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.txt
LIB_DEPENDS= libpng.so:graphics/png \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg
USES= cmake compiler:c++11-lang gl jpeg openal:soft pkgconfig sdl \
tar:bzip2 xorg
USE_GL= gl glu
USE_SDL= sdl2
USE_XORG= sm
USE_GITLAB= yes
GL_ACCOUNT= osslugaru
GL_COMMIT= c7b99378439735c60f84869b05c6ebde53083667
CMAKE_ON= SYSTEM_INSTALL
LDFLAGS_i386= -Wl,-znotext
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>