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

25 lines
535 B
Makefile

PORTNAME= libretro-beetle_pce
PORTVERSION= 0.20210214
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Standalone port of Mednafen PCE to libretro
LICENSE= GPLv2
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= beetle-pce-libretro
GH_TAGNAME= 945b7a7
PLIST_FILES= lib/libretro/mednafen_pce_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/mednafen_pce_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
.include <bsd.port.mk>