713b656cf4
* Fix WWW in pkg-descr PR: 246786 Submitted by: menelkir@itroll.org (maintainer)
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libretro-beetle_pce_fast
|
|
PORTVERSION= 0.20200527
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= menelkir@itroll.org
|
|
COMMENT= Standalone port of Mednafen PCE Fast to libretro
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lib gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= beetle-pce-fast-libretro
|
|
GH_TAGNAME= 17ba58b
|
|
|
|
PLIST_FILES= lib/libretro/mednafen_pce_fast_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
|
|
.include <bsd.port.mk>
|