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

                     
                                   









                                             
                       
 
                                             

           

                                                                                     

                      
PORTNAME=	libretro-gpsp
PORTVERSION=	0.20220403
CATEGORIES=	games

MAINTAINER=	dmenelkir@gmail.com
COMMENT=	Gameboy emulator for libretro

LICENSE=	GPLv2

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

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	gpsp
GH_TAGNAME=	d4547ba

PLIST_FILES=	lib/libretro/gpsp_libretro.so

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

.include <bsd.port.mk>