pkgsrc-wip/nestra/Makefile
Thomas Klausner 7979260e19 NES emulator without sound. Precursor to tuxnes.
If someone really finds it useful, tell me, and it'll go into
pkgsrc proper, otherwise it'll stay here :)
2004-07-19 20:41:46 +00:00

26 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 20:41:46 thomasklausner Exp $
#
DISTNAME= nestra-0.66
CATEGORIES= emulators
MASTER_SITES= http://nestra.linuxgames.com/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://nestra.linuxgames.com/
COMMENT= NES emulator (without sound)
ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}/nestra
USE_BUILDLINK3= yes
USE_X11= yes
ALL_TARGET= nestra
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nestra ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nestra
${INSTALL_DATA} ${WRKSRC}/BUGS ${PREFIX}/share/doc/nestra
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nestra
.include "../../mk/bsd.pkg.mk"