c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
29 lines
628 B
Makefile
29 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:41 tv Exp $
|
|
#
|
|
|
|
DISTNAME= zsnes136src
|
|
PKGNAME= zsnes-1.360
|
|
PKGREVISION= 3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.zsnes.com/
|
|
COMMENT= Super NES emulator
|
|
|
|
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
ALL_TARGET= zsnes
|
|
|
|
WRKSRC= ${WRKDIR}/zsnes-1.36/src
|
|
GNU_CONFIGURE= # defined
|
|
USE_GNU_TOOLS+= make
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= # defined
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|