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












                                                                   
                       
 
                                             

           

                                                                                     

                      
PORTNAME=	libretro-fuse
PORTVERSION=	0.20210204
CATEGORIES=	games

MAINTAINER=	menelkir@itroll.org
COMMENT=	Port of the Fuse Unix Spectrum Emulator to libretro

LICENSE=	GPLv3

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

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	fuse-libretro
GH_TAGNAME=	8b51f87

PLIST_FILES=	lib/libretro/fuse_libretro.so

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

.include <bsd.port.mk>