aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-gpsp/Makefile
blob: 37efc2c57ad845ccd49aa6d429bd00bf3f728ef8 (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
PORTNAME=	libretro-gpsp
PORTVERSION=	0.20210215
CATEGORIES=	games

MAINTAINER=	menelkir@itroll.org
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=	300d0c0

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>