diff options
| author | Tiago Gasiba <tiga@FreeBSD.org> | 2026-07-09 22:41:47 +0000 |
|---|---|---|
| committer | Tiago Gasiba <tiga@FreeBSD.org> | 2026-07-09 22:45:31 +0000 |
| commit | 00cab903f60289b134de646ef5d7c59351ddc842 (patch) | |
| tree | f9e135a142087f2dffb9c6f3c34b6ac84dc1579c /emulators | |
| parent | 7185635a576f831efd3885b29a932b7efaf53836 (diff) | |
Diffstat (limited to 'emulators')
| -rw-r--r-- | emulators/86Box/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/86Box/Makefile b/emulators/86Box/Makefile index f081735851a9..eb9227186892 100644 --- a/emulators/86Box/Makefile +++ b/emulators/86Box/Makefile @@ -1,6 +1,7 @@ PORTNAME= 86Box DISTVERSIONPREFIX= v DISTVERSION= 6.0 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= tiga@FreeBSD.org @@ -21,10 +22,11 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ librtmidi.so:audio/rtmidi \ libslirp.so:net/libslirp \ libsndfile.so:audio/libsndfile \ + libvdeplug.so:net/vde2 \ libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gl gnome pkgconfig qmake qt:6 sdl \ - xorg +USES= cmake compiler:c++11-lang desktop-file-utils gl gnome pkgconfig \ + qmake qt:6 sdl xorg USE_GITHUB= yes USE_GL= opengl USE_GNOME= glib20 @@ -40,6 +42,7 @@ CMAKE_ON_aarch64= NEW_DYNAREC CMAKE_OFF= ${CMAKE_OFF_${ARCH}} DISCORD CMAKE_OFF_powerpc64le= DYNAREC +CFLAGS+= -I${PREFIX}/include CXXFLAGS+= -I${LOCALBASE}/include/qt6/QtGui/`pkg-config --modversion Qt6Gui`/QtGui SUB_FILES= 86Box-install-roms.sh @@ -57,7 +60,8 @@ WAYLAND_USES= kde:5 WAYLAND_USE= KDE=ecm:build WAYLAND_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Wayland:BOOL=ON -ICON_RESOLUTIONS= 128x128 16x16 20x20 24x24 256x256 32x32 40x40 48x48 64x64 72x72 +ICON_RESOLUTIONS= 128x128 16x16 20x20 24x24 256x256 32x32 40x40 48x48 \ + 64x64 72x72 do-install: ${INSTALL_PROGRAM} ${WRKDIR}/.build/src/86Box ${STAGEDIR}${PREFIX}/bin |
