12a4cabc61
PR: 266294
26 lines
556 B
Makefile
26 lines
556 B
Makefile
PORTNAME= libretro-vecx
|
|
PORTVERSION= 0.20220327
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Vectrex emulator for libretro
|
|
WWW= https://github.com/libretro/libretro-vecx
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= compiler:c++11-lib gmake localbase gl
|
|
USE_GL+= gl
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_TAGNAME= 141af28
|
|
|
|
PLIST_FILES= lib/libretro/vecx_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
${INSTALL_LIB} ${WRKSRC}/vecx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
|
|
.include <bsd.port.mk>
|