23a185df08
* fmfconv * Fix handling of Timex hires frames * Extract FMF type handling * tzxlist * Extend header info
18 lines
496 B
Makefile
18 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/06 15:32:46 adam Exp $
|
|
|
|
DISTNAME= fuse-utils-1.3.4
|
|
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
|
|
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"
|