diff --git a/emulators/fbneo/Makefile b/emulators/fbneo/Makefile index b9bf09c8b3ce..9e147b0959ba 100644 --- a/emulators/fbneo/Makefile +++ b/emulators/fbneo/Makefile @@ -1,40 +1,40 @@ PORTNAME= fbneo DISTVERSION= 1.0.0.3.20241120 CATEGORIES= emulators MAINTAINER= acm@FreeBSD.org COMMENT= An emulator for arcade games and select consoles WWW= https://github.com/finalburnneo/FBNeo LICENSE= FBNeo LICENSE_NAME= FBNeo LICENSE_FILE= ${WRKSRC}/src/license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= nasm>0:devel/nasm -USES= compiler:c11 gl gmake sdl shebangfix +USES= compiler:c11 gl gmake perl5 sdl shebangfix USE_GITHUB= yes GH_ACCOUNT= finalburnneo GH_PROJECT= FBNeo GH_TAGNAME= 60b73a1fd017d7d8af5a428e16be17e24847d3a2 -USE_GL+= gl +USE_GL= gl USE_SDL= sdl2 image2 SHEBANG_GLOB= *.pl PLIST_FILES= bin/fbneo \ share/fbneo/gamelist.txt PLIST_DIRS= share/fbneo MAKEFILE= makefile ALL_TARGET= sdl2 SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/fbneo ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/gamelist.txt ${STAGEDIR}${DATADIR} .include