View | Details | Raw Unified | Return to bug 193001
Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dolphin-emu
4
PORTNAME=	dolphin-emu
5
PORTVERSION=	4.0.0
5
PORTVERSION=	4.0.2
6
PORTREVISION=	5
7
CATEGORIES=	emulators
6
CATEGORIES=	emulators
8
MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
9
		LOCAL/martymac
10
7
11
MAINTAINER=	martymac@FreeBSD.org
8
MAINTAINER=	martymac@FreeBSD.org
12
COMMENT=	Gamecube and Wii Emulator
9
COMMENT=	Gamecube and Wii Emulator
Lines 19-24 Link Here
19
		libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
16
		libSoundTouch.so:${PORTSDIR}/audio/soundtouch \
20
		libpolarssl.so:${PORTSDIR}/security/polarssl
17
		libpolarssl.so:${PORTSDIR}/security/polarssl
21
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	${PORTNAME}
21
GH_PROJECT=	dolphin
22
GH_COMMIT=	88fabf7
23
22
USE_SDL=	sdl
24
USE_SDL=	sdl
23
USE_XORG=	ice xext x11 xrandr xi
25
USE_XORG=	ice xext x11 xrandr xi
24
USE_WX=		3.0+
26
USE_WX=		3.0+
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dolphin-emu-4.0.0.tgz) = b738bbad1555292efd4c517cd56ed084a5489575d6652e3f26739f9a5f95dcbe
1
SHA256 (dolphin-emu-4.0.2.tgz) = 65a343acb1d02cac8337388303291518d84ca6e42639a5902fe8819e9ecbb9da
2
SIZE (dolphin-emu-4.0.0.tgz) = 20543858
2
SIZE (dolphin-emu-4.0.2.tgz) = 25123770

Return to bug 193001