25 lines
697 B
Makefile
25 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/02/25 18:54:58 minskim Exp $
|
|
|
|
DISTNAME= fuse-0.6.2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
COMMENT= ZX Spectrum Emulator
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PERL5= build
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-gtk2
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../emulators/libspectrum/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|