dd978d3646
EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003 and EasyRPG games. It uses the LCF parser library (liblcf) to read RPG Maker game data.
24 lines
704 B
Makefile
24 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/12/21 16:57:35 nia Exp $
|
|
|
|
DISTNAME= easyrpg-player-0.5.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://easyrpg.org/downloads/player/
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://easyrpg.org/
|
|
COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
HAS_CONFIGURE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "options.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 "../../x11/pixman/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|