d63c94f0bc
PR: 274647
25 lines
605 B
Makefile
25 lines
605 B
Makefile
PORTNAME= libretro-prosystem
|
|
DISTVERSION= 0.20230817
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Port of ProSystem to the libretro API
|
|
WWW= https://github.com/libretro/prosystem-libretro
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lib gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= prosystem-libretro
|
|
GH_TAGNAME= 4202ac5bdb2ce1a21f84efc0e26d75bb5aa7e248
|
|
|
|
PLIST_FILES= lib/libretro/prosystem_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
|
${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
|
|
|
.include <bsd.port.mk>
|