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

27 lines
525 B
Makefile

PORTNAME= libretro-hatari
PORTVERSION= 0.20210127
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Atari ST/STE/TT/Falcon emulator
LICENSE= GPLv2
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= hatari
GH_TAGNAME= 561c07e
PLIST_FILES= lib/libretro/hatari_libretro.so
MAKEFILE= Makefile.libretro
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/hatari_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>