26 lines
584 B
Makefile
26 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= dega-1.07
|
|
PKGREVISION= 2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.emulinks.de/emus/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.finalburn.com/dega/
|
|
COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator
|
|
|
|
BUILD_DEPENDS= nasm>=0.98:../../devel/nasm
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
# Uses i386 assembly code
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|