mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
12a4cabc61
PR: 266294
26 lines
523 B
Makefile
26 lines
523 B
Makefile
PORTNAME= libretro-gpsp
|
|
PORTVERSION= 0.20220403
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gameboy emulator for libretro
|
|
WWW= https://github.com/libretro/gpsp
|
|
|
|
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>
|