pkgsrc/emulators/zsnes/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

30 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/03/13 17:36:56 fredb Exp $
#
DISTNAME= zsnes1337src
PKGNAME= zsnes-1.337
PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://prdownloads.sourceforge.net/zsnes/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.zsnes.com/sourceforge.php
COMMENT= Super NES emulator
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
ONLY_FOR_PLATFORM= *-*-i386
ALL_TARGET= zsnes
WRKSRC= ${WRKDIR}/zsnes-1.337/src
GNU_CONFIGURE= # defined
USE_GMAKE= # defined
USE_CONFIG_WRAPPER= # defined
USE_BUILDLINK_ONLY= # defined
.include "../../devel/SDL/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"