2013-10-03 23:58:56 +02:00
|
|
|
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lugaru
|
2020-05-27 01:04:48 +02:00
|
|
|
PORTVERSION= 1.2
|
|
|
|
PORTEPOCH= 1
|
2013-10-03 23:58:56 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2020-06-21 17:36:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-03 23:58:56 +02:00
|
|
|
COMMENT= 3D arcade with unique fighting system and anthropomorphic characters
|
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
LICENSE= GPLv2+ CC-BY-SA-3.0 CC-BY-SA-4.0
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.txt
|
2013-10-03 23:58:56 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
|
|
libvorbis.so:audio/libvorbis \
|
|
|
|
libogg.so:audio/libogg
|
2013-10-03 23:58:56 +02:00
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
USES= cmake compiler:c++11-lang gl jpeg openal:soft pkgconfig sdl \
|
|
|
|
tar:bzip2 xorg
|
2018-07-28 15:37:20 +02:00
|
|
|
USE_GL= gl glu
|
2020-05-27 01:04:48 +02:00
|
|
|
USE_SDL= sdl2
|
2013-10-03 23:58:56 +02:00
|
|
|
USE_XORG= sm
|
2020-03-20 00:02:30 +01:00
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
USE_GITLAB= yes
|
|
|
|
GL_ACCOUNT= osslugaru
|
|
|
|
GL_COMMIT= c7b99378439735c60f84869b05c6ebde53083667
|
2013-10-03 23:58:56 +02:00
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
CMAKE_ON= SYSTEM_INSTALL
|
2013-10-03 23:58:56 +02:00
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
LDFLAGS_i386= -Wl,-znotext
|
2013-10-03 23:58:56 +02:00
|
|
|
|
2020-05-27 01:04:48 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2013-10-03 23:58:56 +02:00
|
|
|
|
|
|
|
post-install:
|
2020-05-27 01:04:48 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2013-10-03 23:58:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|