eebe7c01a1
PR: 263117
24 lines
523 B
Makefile
24 lines
523 B
Makefile
PORTNAME= libretro-prosystem
|
|
PORTVERSION= 0.20220228
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= dmenelkir@gmail.com
|
|
COMMENT= Port of ProSystem to the libretro API
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lib gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= prosystem-libretro
|
|
GH_TAGNAME= fbf62c3
|
|
|
|
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>
|