aboutsummaryrefslogblamecommitdiff
path: root/games/libretro-beetle_ngp/Makefile
blob: 3e2e0daec268c3e1935125610a62e3026d38caff (plain) (tree)
1
2
3
4
5
                                   
                          

                     
                                   









                                                                   
                       
 
                                                     

           

                                                                                             

                      
PORTNAME=	libretro-beetle_ngp
PORTVERSION=	0.20220217
CATEGORIES=	games

MAINTAINER=	dmenelkir@gmail.com
COMMENT=	Standalone port of Mednafen NGP to the libretro API

LICENSE=	GPLv2

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

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	beetle-ngp-libretro
GH_TAGNAME=	6abc74d

PLIST_FILES=	lib/libretro/mednafen_ngp_libretro.so

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

.include <bsd.port.mk>