summaryrefslogtreecommitdiff
path: root/games/easyrpg-player/Makefile
blob: a36f0d98a3b5f6676b13a1396b2bd2758019551e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $NetBSD: Makefile,v 1.23 2022/07/02 16:53:16 ryoon Exp $

DISTNAME=	easyrpg-player-0.7.0
PKGREVISION=	3
CATEGORIES=	games
MASTER_SITES=	https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	nia@NetBSD.org
HOMEPAGE=	https://easyrpg.org/
COMMENT=	RPG Maker 2000/2003 and EasyRPG games interpreter
LICENSE=	gnu-gpl-v3

GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config gmake
USE_LANGUAGES+=	c c++

# "We require now the C++ language standard C++14.
# The lowest GCC compiler supporting this fully is GCC5"
GCC_REQD+=	5

TOOL_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc

# Alternative MIDI implementations
CONFIGURE_ARGS+=	--without-fluidlite
CONFIGURE_ARGS+=	--without-libwildmidi

.include "options.mk"
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../audio/libxmp/buildlink3.mk"
.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../games/liblcf/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../textproc/fmtlib/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"