pkgsrc-wip/mupen64-plugin-rsp/Makefile

25 lines
696 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2009/02/15 13:39:31 thomasklausner Exp $
2004-04-17 00:31:02 +02:00
#
2004-07-14 01:03:33 +02:00
DISTNAME= hack_azi_rsp_hle
PKGNAME= ${DISTNAME:S/hack_azi_rsp_hle/mupen64-plugin-rsp-1.2/}
PKGREVISION= 1
2004-04-17 00:31:02 +02:00
CATEGORIES= emulators
2004-07-14 01:03:33 +02:00
MASTER_SITES= http://mupen64.emulation64.com/files/0.4/
2004-04-17 00:31:02 +02:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2004-04-17 00:31:02 +02:00
HOMEPAGE= http://mupen64.emulation64.com/
COMMENT= RSP plugin for mupen64 emulator
2004-07-14 01:03:33 +02:00
BUILD_DEPENDS+= mupen64-base-[0-9]*:../../wip/mupen64-base
2006-09-14 20:14:06 +02:00
USE_LANGUAGES= c c++
CPPFLAGS+= -fPIC
2006-09-14 20:14:06 +02:00
2004-04-17 00:31:02 +02:00
.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"