1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

emulators/virtualbox-ose-additions-nox11: create port

Create a port for virtualbox-ose-additions with x11 option disabled
This commit is contained in:
Steve Wills 2016-10-05 01:03:04 +00:00
parent 8402e33188
commit 45af6bb0e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423312
2 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,7 @@
SUBDIR += virtio-kmod
SUBDIR += virtualbox-ose
SUBDIR += virtualbox-ose-additions
SUBDIR += virtualbox-ose-additions-nox11
SUBDIR += virtualbox-ose-kmod
SUBDIR += virtualbox-ose-lite
SUBDIR += visualboyadvance-m

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../virtualbox-ose-additions
PKGNAMESUFFIX= -additions-nox11
OPTIONS_UNSET= X11
.include "${MASTERDIR}/Makefile"