1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/lugaru/Makefile
Daniel Engberg 664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00

39 lines
837 B
Makefile

PORTNAME= lugaru
PORTVERSION= 1.2
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D arcade with unique fighting system and anthropomorphic characters
WWW= https://bitbucket.org/osslugaru/lugaru/wiki/Home
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_TAGNAME= c7b99378439735c60f84869b05c6ebde53083667
CMAKE_ON= SYSTEM_INSTALL
LDFLAGS_i386= -Wl,-znotext
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>