blob: 979788ab23c9d2bab0a11bcfd3754a160bc32c3b (
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
31
|
PORTNAME= dosbox-x
DISTVERSIONPREFIX= ${PORTNAME}-v
DISTVERSION= 0.84.1
CATEGORIES= emulators
MAINTAINER= nc@FreeBSD.org
COMMENT= DOSBox fork
WWW= https://dosbox-x.com/
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>
|