24 lines
544 B
Makefile
24 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/04/11 17:14:26 snj Exp $
|
|
#
|
|
|
|
DISTNAME= dgen-sdl-1.23
|
|
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"
|