pkgsrc/emulators/fuse-emulator/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
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.
2022-08-11 05:08:00 +00:00

26 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.41 2022/08/11 05:08:19 gutteridge Exp $
DISTNAME= fuse-1.6.0
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
PKGREVISION= 6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://fuse-emulator.sourceforge.net/
COMMENT= ZX Spectrum Emulator
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl pkg-config
GNU_CONFIGURE= yes
CPPFLAGS+= -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\"
LIBS+= ${LIBOSSAUDIO}
.include "options.mk"
.include "../../emulators/libspectrum/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"