diff options
author | swills <swills@FreeBSD.org> | 2016-10-05 01:03:04 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-10-05 01:03:04 +0000 |
commit | 7e9b958c4aad9243a6aaeab11ff5205d8c6964b4 (patch) | |
tree | 16f54a44c1546aaed091e42d255d363d7c2feb74 | |
parent | 16a4bc2a441aad28e8115bcd47cf99231965301b (diff) | |
download | FreeBSD-ports-7e9b958c4aad9243a6aaeab11ff5205d8c6964b4.zip FreeBSD-ports-7e9b958c4aad9243a6aaeab11ff5205d8c6964b4.tar.gz |
emulators/virtualbox-ose-additions-nox11: create port
Create a port for virtualbox-ose-additions with x11 option disabled
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose-additions-nox11/Makefile | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 47d7919..f39a672 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -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 diff --git a/emulators/virtualbox-ose-additions-nox11/Makefile b/emulators/virtualbox-ose-additions-nox11/Makefile new file mode 100644 index 0000000..58d3128 --- /dev/null +++ b/emulators/virtualbox-ose-additions-nox11/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../virtualbox-ose-additions +PKGNAMESUFFIX= -additions-nox11 +OPTIONS_UNSET= X11 + +.include "${MASTERDIR}/Makefile" |