It needs to download files during the build process and the website it downloads files from stopped existing, so the package stopped building. Maybe it should be a distfile when the file becomes available again.
24 lines
637 B
Makefile
24 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/03/12 15:02:13 nia Exp $
|
|
|
|
DISTNAME= oshu-2.0.1
|
|
PKGREVISION= 3
|
|
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++
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DOSHU_SKINS="minimal"
|
|
|
|
.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"
|