aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-bsnes/Makefile
blob: c6869f69ddbe155b457011ce47960eb9870960c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Timothy Beyer <beyert@cs.ucr.edu>

PORTNAME=	libretro-bsnes
PORTVERSION=	20211218
CATEGORIES=	emulators games

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Standalone port of bSNES to libretro

LICENSE=	GPLv3

USES=		compiler:c++11-lib gmake

USE_GCC=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	bsnes-libretro
GH_TAGNAME=	9549275

USE_LDCONFIG=	yes

PLIST_FILES=	lib/libretro/bsnes_libretro.so

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

.include <bsd.port.mk>