2019-07-12 20:45:45 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:46:16 sthen Exp $
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
COMMENT = traditional top-down car racing game
|
|
|
|
|
2017-09-05 11:00:02 +00:00
|
|
|
PKGNAME = dustrac-${GH_TAGNAME}
|
2019-03-08 20:00:39 +00:00
|
|
|
REVISION = 2
|
2017-09-05 11:00:02 +00:00
|
|
|
|
|
|
|
GH_ACCOUNT = juzzlin
|
|
|
|
GH_PROJECT = DustRacing2D
|
|
|
|
GH_TAGNAME = 1.13.0
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
CATEGORIES = games
|
|
|
|
|
2015-12-24 12:52:56 +00:00
|
|
|
HOMEPAGE = https://juzzlin.github.io/DustRacing2D/
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
# GPLv3+
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2014-09-03 13:19:00 +00:00
|
|
|
|
2017-09-05 11:00:02 +00:00
|
|
|
WANTLIB += GL GLU c m openal pthread vorbisfile
|
2015-09-21 20:05:41 +00:00
|
|
|
WANTLIB += Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets Qt5Xml
|
2017-07-27 09:55:44 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
MODULES = devel/cmake \
|
2015-09-21 20:05:41 +00:00
|
|
|
x11/qt5
|
2014-09-03 13:19:00 +00:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
2015-03-27 08:41:04 +00:00
|
|
|
x11/gtk+3,-guic
|
2014-09-03 13:19:00 +00:00
|
|
|
|
2016-12-25 14:34:39 +00:00
|
|
|
LIB_DEPENDS = audio/libvorbis \
|
|
|
|
audio/openal
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS += -DReleaseBuild=ON \
|
|
|
|
-DDATA_PATH=${PREFIX}/share/dustrac \
|
2017-01-18 07:23:18 +00:00
|
|
|
-DDOC_PATH=${PREFIX}/share/dustrac \
|
2017-09-05 11:00:02 +00:00
|
|
|
-DQOpenGLFunctions=OFF
|
2014-09-03 13:19:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|