2d48fadaeb
PR: 274647
25 lines
563 B
Makefile
25 lines
563 B
Makefile
PORTNAME= libretro-mgba
|
|
DISTVERSION= 0.20230528
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Game Boy Advance Emulator for libretro
|
|
WWW= https://github.com/libretro/mgba
|
|
|
|
LICENSE= MPL20
|
|
|
|
USES= compiler:c++11-lib gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= mgba
|
|
GH_TAGNAME= 314bf7b676f5b820f396209eb0c7d6fbe8103486
|
|
|
|
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>
|