assign its maintainership to vbox@. [1] - Use OPTIONS_EXCLUDE to simplify its master port. Approved by: alfred (maintainer) [1]
10 lines
215 B
Makefile
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"
|