pkgsrc/emulators/z26/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/05/29 23:36:33 wiz Exp $
#
DISTNAME= z26v213
PKGNAME= z26-2.13
PKGREVISION= 6
CATEGORIES= emulators games
MASTER_SITES= http://www.whimsey.com/z26/
MAINTAINER= xmor61@users.sourceforge.net
HOMEPAGE= http://www.whimsey.com/z26/
COMMENT= Atari 2600 Emulator
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
ONLY_FOR_PLATFORM+= *-*-i386
WRKSRC= ${WRKDIR}/z26_snapshot-20040523
USE_TOOLS+= gmake m4 perl
BUILD_TARGET= netbsd
MAKE_ENV+= INSTALL_BINDIR=${DESTDIR}${PREFIX}/bin
MAKE_ENV+= INSTALL_MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
MAKE_FLAGS+= INSTALL_USER=${ROOT_USER}
MAKE_FLAGS+= INSTALL_GROUP=${ROOT_GROUP}
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"