30925b26c7
needed. This is required because esound has been droped as a dependancy.
32 lines
704 B
Makefile
32 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/07/26 21:41:14 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= generator-0.34
|
|
PKGREVISION= 5
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.squish.net/generator/files/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.sqish.net/generator/
|
|
COMMENT= Sega Mega drive genesis emulator
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_X11= # defined
|
|
GNU_CONFIGURE= # defined
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
|
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
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|