freebsd-ports/games/libretro-pcsx_rearmed/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
568 B
Makefile

PORTNAME= libretro-pcsx_rearmed
PORTVERSION= 0.20210215
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Fork of PCSX with ARM optimizations
LICENSE= GPLv2
USES= compiler:c++11-lib gmake gl
USE_LDCONFIG= yes
USE_GL= gl
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= pcsx_rearmed
GH_TAGNAME= c2d67cd
PLIST_FILES= lib/libretro/pcsx_rearmed_libretro.so
MAKEFILE= Makefile.libretro
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/pcsx_rearmed_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>