2015-10-17 19:54:51 +02:00
|
|
|
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= solarus-quest-editor
|
2020-04-22 01:05:10 +02:00
|
|
|
PORTVERSION= 1.6.4
|
2015-12-08 10:05:15 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
2021-03-12 16:55:03 +01:00
|
|
|
PORTREVISION= 1
|
2015-10-17 19:54:51 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
|
|
COMMENT= GUI to create and modify quests for the Solarus engine
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/license_gpl.txt
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libphysfs.so:devel/physfs \
|
|
|
|
libmodplug.so:audio/libmodplug \
|
|
|
|
liblua-5.1.so:lang/lua51 \
|
|
|
|
libvorbis.so:audio/libvorbis \
|
|
|
|
libogg.so:audio/libogg \
|
2018-12-25 12:59:36 +01:00
|
|
|
libsolarus.so:games/solarus \
|
2015-10-17 19:54:51 +02:00
|
|
|
|
2018-12-25 12:59:36 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
|
|
|
|
|
2019-05-27 18:27:41 +02:00
|
|
|
USES= cmake compiler:c++11-lib openal qt:5 sdl
|
2018-12-25 12:59:36 +01:00
|
|
|
|
|
|
|
USE_GITLAB= yes
|
|
|
|
GL_ACCOUNT= solarus-games
|
2020-04-22 01:05:10 +02:00
|
|
|
GL_COMMIT= e541e1312c242bff10aa1fb84a7eb8b6cb8504ba
|
2015-10-17 19:54:51 +02:00
|
|
|
|
|
|
|
CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF
|
|
|
|
USE_SDL= sdl2 ttf2 image2
|
2019-05-27 18:27:41 +02:00
|
|
|
USE_QT= buildtools_build concurrent core gui linguist qmake_build widgets
|
2015-10-17 19:54:51 +02:00
|
|
|
|
|
|
|
DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \
|
|
|
|
"Game;" false
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|