freebsd-ports/games/libretro-opera/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

26 lines
522 B
Makefile

PORTNAME= libretro-opera
PORTVERSION= 0.20210214
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= 3DO core for libretro
LICENSE= GPLv2
USES= compiler:c++11-lib gmake gl
USE_LDCONFIG= yes
USE_GL= gl
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= opera-libretro
GH_TAGNAME= 5781f68
PLIST_FILES= lib/libretro/opera_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/opera_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>