12a4cabc61
PR: 266294
25 lines
543 B
Makefile
25 lines
543 B
Makefile
PORTNAME= libretro-gw
|
|
PORTVERSION= 0.20220213
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Libretro core for Game & Watch simulators
|
|
WWW= https://github.com/libretro/gw-libretro
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lib gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= gw-libretro
|
|
GH_TAGNAME= fc3d8d3
|
|
|
|
PLIST_FILES= lib/libretro/gw_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
${INSTALL_LIB} ${WRKSRC}/gw_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
|
|
.include <bsd.port.mk>
|