aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-beetle_pce/Makefile
blob: 6d53779240a1b572c7c91c9a7d990836f67fce1e (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
PORTNAME=	libretro-beetle_pce
PORTVERSION=	0.20220218
CATEGORIES=	games

MAINTAINER=	dmenelkir@gmail.com
COMMENT=	Standalone port of Mednafen PCE to libretro
WWW=		https://github.com/libretro/beetle-pce-libretro

LICENSE=	GPLv2

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

USE_GITHUB=	yes
GH_ACCOUNT=	libretro
GH_PROJECT=	beetle-pce-libretro
GH_TAGNAME=	ccb9096

PLIST_FILES=	lib/libretro/mednafen_pce_libretro.so

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

.include <bsd.port.mk>