1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/libretro-mgba/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
495 B
Makefile

PORTNAME= libretro-mgba
PORTVERSION= 0.20210128
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Game Boy Advance Emulator for libretro
LICENSE= MPL20
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= mgba
GH_TAGNAME= 6186d45
PLIST_FILES= lib/libretro/mgba_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/mgba_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>