33 lines
772 B
Makefile
33 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/01/01 00:59:17 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= rpcemu-20110928
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://ryo-on.users.sourceforge.net/distrib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://marutan.net/rpcemuspoon/
|
|
COMMENT= Acorn RiscPC and A7000 emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
RPCEMUBASE= ${PREFIX}/share/${PKGNAME_NOREV}
|
|
|
|
INSTALLATION_DIRS= ${RPCEMUBASE}/roms
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= pre-configure
|
|
SUBST_MESSAGE.prefix= Fix rom image location.
|
|
SUBST_FILES.prefix= rpc-machdep.c
|
|
SUBST_VARS.prefix= RPCEMUBASE
|
|
|
|
#post-install:
|
|
# ${INSTALL_DATA} ${WRKSRC|/
|
|
|
|
.include "../../devel/allegro/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|