summaryrefslogtreecommitdiff
path: root/emulators/dgen/Makefile
blob: ccf39fb3d2c94706381fc992dfc5ada80dbfd3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#

DISTNAME=	dgen-sdl-1.23
PKGREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	http://www.pknet.com/~joe/

MAINTAINER=	pancake@phreaker.net
HOMEPAGE=	http://www.pknet.com/~joe/dgen-sdl.html
COMMENT=	Genesis/Megadrive emulator for Unix platforms

.if ${MACHINE_ARCH} == "i386"
DEPENDS+=	nasm-[0-9]*:../../devel/nasm
.endif

USE_GNU_TOOLS+=	make
GNU_CONFIGURE=	yes
USE_X11=	yes
USE_BUILDLINK3=	yes

CONFIGURE_ARGS+=	--with-extra-opt

.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"