pkgsrc/emulators/generator/Makefile

33 lines
716 B
Makefile
Raw Normal View History

2005-04-15 21:04:20 +02:00
# $NetBSD: Makefile,v 1.16 2005/04/15 19:04:20 kristerw Exp $
#
DISTNAME= generator-0.35
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.squish.net/generator/files/
2003-07-17 23:31:04 +02:00
MAINTAINER= tech-pkg@NetBSD.org
2005-04-15 21:04:20 +02:00
HOMEPAGE= http://www.squish.net/generator/
COMMENT= Sega Mega drive genesis emulator
USE_X11= yes
GNU_CONFIGURE= yes
.if (${MACHINE_ARCH} == "i386")
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
CONFIGURE_ARGS+= --with-gtk --with-raze
.else
CONFIGURE_ARGS+= --with-gtk --with-cmz80
.endif
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
CFLAGS+= -DBYTES_HIGHFIRST
.endif
2004-04-12 04:08:40 +02:00
.include "../../devel/SDL/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
2002-08-27 20:29:35 +02:00
.include "../../mk/bsd.pkg.mk"