aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-core/Makefile
blob: eb92dadad1b7eff01bc639ecbc18cc2e63d0d4d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	mupen64plus
PORTVERSION?=	2.5
PORTREVISION?=	2
CATEGORIES=	emulators
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${PORTVERSION}/ \
		LOCAL/acm/${PORTNAME} \
		LOCAL/acm/${PORTNAME}/:plugin
PKGNAMESUFFIX?=	-core
DIST_SUBDIR=	${PORTNAME}

MAINTAINER?=	acm@FreeBSD.org
COMMENT?=	Fork of Mupen64 Nintendo 64 emulator

USES+=		gl gmake pkgconfig sdl
USE_GL?=	yes
USE_SDL?=	sdl2
USE_LDCONFIG?=	yes
ONLY_FOR_ARCHS=	i386 amd64
LDFLAGS_i386=	-Wl,-znotext

OPTFLAGS=	#

MAKE_ENV+=	OPTFLAGS="${OPTFLAGS}"

OPTIONS_DEFINE=	DOCS

.include "${.CURDIR}/../mupen64plus-core/Makefile.common"
.include <bsd.port.mk>