The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
21 lines
602 B
Makefile
21 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.9 2022/08/11 05:08:19 gutteridge Exp $
|
|
|
|
DISTNAME= mednaffe-0.9.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=AmatCoder/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://github.com/AmatCoder/mednaffe
|
|
COMMENT= Graphical interface for the Mednafen multi-system emulator
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
DEPENDS+= mednafen>=0:../../emulators/mednafen
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|