aboutsummaryrefslogblamecommitdiff
path: root/games/libretro-beetle_pce_fast/Makefile
blob: 6edbfaa7f3a6df9f41c600114b0f828dc08a7f63 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                        
                          












                                                                
                       
 
                                                          

           

                                                                                                  

                      
PORTNAME=	libretro-beetle_pce_fast
PORTVERSION=	0.20210214
CATEGORIES=	games

MAINTAINER=	menelkir@itroll.org
COMMENT=	Standalone port of Mednafen PCE Fast to libretro

LICENSE=	GPLv2

USES=		compiler:c++11-lib gmake
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	beetle-pce-fast-libretro
GH_TAGNAME=	67426f4

PLIST_FILES=	lib/libretro/mednafen_pce_fast_libretro.so

do-install:
	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
	${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;

.include <bsd.port.mk>