23 lines
664 B
Makefile
23 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/07/13 23:03:33 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= hack_azi_rsp_hle
|
|
PKGNAME= ${DISTNAME:S/hack_azi_rsp_hle/mupen64-plugin-rsp-1.2/}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://mupen64.emulation64.com/files/0.4/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://mupen64.emulation64.com/
|
|
COMMENT= RSP plugin for mupen64 emulator
|
|
|
|
BUILD_DEPENDS+= mupen64-base-[0-9]*:../../wip/mupen64-base
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|