mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
fab7687f3b
- Updated to the last commit - Fixed license file, name, perms PR: 247245 Submitted by: Daniel Menelkir (maintainer)
38 lines
991 B
Makefile
38 lines
991 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libretro-paralleln64
|
|
PORTVERSION= 0.20200614
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= menelkir@itroll.org
|
|
COMMENT= Improved Nintendo 64 core for libretro
|
|
|
|
LICENSE= BITSTREAM_VERA CC0-1.0 GFDL GPLv2 GPLv3 LGPL3 MIT ZLIB
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_BITSTREAM_VERA= Bitstream Vera Sans - Roman Release 1.10
|
|
LICENSE_FILE_BITSTREAM_VERA= ${WRKSRC}/mupen64plus-core/doc/font-license
|
|
LICENSE_PERMS_BITSTREAM_VERA= auto-accept
|
|
|
|
USES= compiler:gcc-c++11-lib gmake gl localbase
|
|
USE_GL= gl
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_CDROM= Commercial users must seek permission from copyright holders.
|
|
|
|
DYNAREC= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/:S/i386/x86/}
|
|
|
|
MAKE_ARGS= WITH_DYNAREC=${DYNAREC}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= parallel-n64
|
|
GH_TAGNAME= 9dd669e
|
|
|
|
PLIST_FILES= lib/libretro/parallel_n64_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
|
|
.include <bsd.port.mk>
|