pkgsrc-wip/fakenes/Makefile
Thomas Klausner 70ca9e1b9e Update to 0.5.4:
Changes:
CODE: Switched to zlib/libpng license.
GUI: Cleaned up input configuration dialog a bit.
INPUT: Added ability to calibrate joystick devices.
VIDEO: Added Blargg's 'nes_ntsc' as a selectable blitter (palettes are not supported).
VIDEO: Removed support for image offset/zooming (as these features were never used anyway).
VIDEO: Renamed 'light_adjustment' to 'brightness' and changed it's absolute range from 63 to 100.
2006-04-05 17:17:39 +00:00

31 lines
882 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/04/05 17:17:39 thomasklausner Exp $
#
DISTNAME= fakenes-0.5.4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fakenes/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://fakenes.sourceforge.net/
COMMENT= Portable Open Source NES emulator
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
# disable netplay support: needs nl.h
CONFIGURE_ARGS+= --without-hawknl
# no openal support
CONFIGURE_ARGS+= --without-openal
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fakenes ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fakenes
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/fakenes
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fakenes
.include "../../devel/allegro/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"