1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/libretro-beetle_ngp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
545 B
Makefile

PORTNAME= libretro-beetle_ngp
PORTVERSION= 0.20210214
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Standalone port of Mednafen NGP to the libretro API
LICENSE= GPLv2
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= beetle-ngp-libretro
GH_TAGNAME= 74cc0d8
PLIST_FILES= lib/libretro/mednafen_ngp_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>