View | Details | Raw Unified | Return to bug 246148 | Differences between
and this patch

Collapse All | Expand All

(-)games/libretro-mu/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	libretro-mu
4
PORTVERSION=	0.20200502
5
CATEGORIES=	games
6
7
MAINTAINER=	menelkir@itroll.org
8
COMMENT=	PalmOS emulator to the libretro API
9
10
LICENSE=	GPLv3 MIT 
11
LICENSE_COMB=	multi
12
13
USES=		compiler:c++11-lib gmake
14
USE_LDCONFIG=	yes
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	libretro
18
GH_PROJECT=	Mu
19
GH_TAGNAME=	4ac4068
20
21
PLIST_FILES=	lib/libretro/mu_libretro.so
22
23
MAKEFILE=	Makefile.freebsd
24
25
do-install:
26
	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
27
	${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro;
28
29
.include <bsd.port.mk>
(-)games/libretro-mu/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1588532280
2
SHA256 (libretro-Mu-0.20200502-4ac4068_GH0.tar.gz) = 494e8bd382ff099342c7aa2eae8f6292705bcc0476e8c271bfbe331ba2d1a9a4
3
SIZE (libretro-Mu-0.20200502-4ac4068_GH0.tar.gz) = 1152461
(-)games/libretro-mu/files/patch-Makefile.freebsd (+5 lines)
Line 0 Link Here
1
--- Makefile.freebsd.orig	2020-05-03 19:06:09 UTC
2
+++ Makefile.freebsd
3
@@ -0,0 +1,2 @@
4
+all:
5
+	cd libretroBuildSystem && ${MAKE} 
(-)games/libretro-mu/pkg-descr (+3 lines)
Line 0 Link Here
1
Palm OS emulator for libretro API
2
3
WWW: https://github.com/libretro/Mu

Return to bug 246148