pkgsrc-wip/tuxnes/Makefile
Soren Jacobsen d7b1e85e9c TuxNES is an emulator for the 8-bit Nintendo Entertainment System.
It only runs on i386 processors.

The sound code is terrible and makes the whole thing unusable on NetBSD,
so it has been left out for now.
2003-11-12 06:11:37 +00:00

29 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/11/12 06:11:37 blef Exp $
DISTNAME= tuxnes-0.75
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxnes/}
MAINTAINER= snj@pobox.com
HOMEPAGE= http://tuxnes.sf.net/
COMMENT= NES emulator for i386
ONLY_FOR_PLATFORM= *-*-i[3-6]86
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
USE_X11= YES
#CPPFLAGS+= -DDSP=\"\\\"${DEVOSSAUDIO}\\\"\"
#.include "../../mk/bsd.prefs.mk"
#.if ${OPSYS} == "NetBSD"
#LDFLAGS+= -lossaudio
#.endif
.include "../../devel/zlib/buildlink2.mk"
#.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"