6bfe92fac9
2.0.1 - 2020-03-29 ------------------ Lots of refactoring, and a few bug fixes: - Fix some display glitches in the console status bar. - Fix broken handling of empty WAV samples.
23 lines
628 B
Makefile
23 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/03/30 09:29:06 nia Exp $
|
|
|
|
DISTNAME= oshu-2.0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fmang/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/fmang/oshu
|
|
COMMENT= Fast osu! port
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++14
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DOSHU_SKINS="minimal;osu"
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/SDL2_image/buildlink3.mk"
|
|
.include "../../multimedia/ffmpeg4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|