summaryrefslogtreecommitdiff
path: root/emulators/fuse-emulator-utils/Makefile
blob: b68c92d85cd84388bea14761f8a6048551cc2081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.14 2021/12/08 16:04:15 adam Exp $

DISTNAME=	fuse-utils-1.4.3
PKGNAME=	${DISTNAME:S/fuse/fuse-emulator/}
PKGREVISION=	2
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}

MAINTAINER=	adam@NetBSD.org
HOMEPAGE=	http://fuse-emulator.sourceforge.net/
COMMENT=	ZX Spectrum Emulator utilities
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=		c c++
USE_TOOLS+=		pkg-config
GNU_CONFIGURE=		yes

.include "../../emulators/libspectrum/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"