freebsd-ports/emulators/virtualbox-ose-nox11/Makefile
Jung-uk Kim 02d28cdba8 - Rename emulators/virtualbox-ose-lite to emulators/virtualbox-ose-nox11 and
assign its maintainership to vbox@. [1]
- Use OPTIONS_EXCLUDE to simplify its master port.

Approved by:	alfred (maintainer) [1]
2016-10-05 19:55:24 +00:00

10 lines
215 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -nox11
OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO
OPTIONS_EXCLUDE+= QT4 QT5 VPX X11
MASTERDIR= ${.CURDIR}/../virtualbox-ose
.include "${MASTERDIR}/Makefile"