aboutsummaryrefslogtreecommitdiff
path: root/emulators/dosbox-x/Makefile
blob: 318c5b83d5bde8f6daf088be78e1ac7d8449df41 (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
29
30
PORTNAME=	dosbox-x
DISTVERSIONPREFIX=	${PORTNAME}-v
DISTVERSION=	0.83.25
CATEGORIES=	emulators

MAINTAINER=	nc@FreeBSD.org
COMMENT=	DOSBox fork

LICENSE=	GPLv2

LIB_DEPENDS=	libpng.so:graphics/png

USES=		autoreconf iconv sdl
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-core-inline
USE_SDL=	net sdl sound

USE_GITHUB=	yes
GH_ACCOUNT=	joncampbell123

OPTIONS_DEFINE=		DOCS
OPTIONS_RADIO=		DEBUGGER
OPTIONS_RADIO_DEBUGGER=	DEBUGGER_ENABLE DEBUGGER_HEAVY
DEBUGGER_ENABLE_DESC=	Enable internal debugger
DEBUGGER_HEAVY_DESC=	Enable internal debugger with extra features

DEBUGGER_ENABLE_CONFIGURE_ON=	--enable-debug=yes
DEBUGGER_HEAVY_CONFIGURE_ON=	--enable-debug=heavy

.include <bsd.port.mk>