2b7554e340
* Crucial bug that would cause segmentation fault fixed. * Fixed crucial bug related to Assembly core declarations. * Fixed not applying default configurations on first execution.
20 lines
576 B
Makefile
20 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/11/11 21:38:41 shattered Exp $
|
|
|
|
DISTNAME= realboy-0.2.2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=realboy/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://realboyemulator.wordpress.com/
|
|
COMMENT= Complete, fast, yet accurate Game Boy/Game Boy Color emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLATION_DIRS= share/doc/realboy
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/realboy
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|