diff options
Diffstat (limited to 'emulators/virtualbox-ose-nox11-71/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-nox11-71/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-nox11-71/Makefile b/emulators/virtualbox-ose-nox11-71/Makefile new file mode 100644 index 000000000000..bd1a0035d424 --- /dev/null +++ b/emulators/virtualbox-ose-nox11-71/Makefile @@ -0,0 +1,11 @@ +PORTREVISION= 0 +PKGNAMESUFFIX= -nox11-71 + +MASTERDIR= ${.CURDIR}/../virtualbox-ose-71 + +OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS DOCS NLS OGG PULSEAUDIO \ + QT6 VORBIS VPX X11 + +SLAVE_PORT= yes + +.include "${MASTERDIR}/Makefile" |