diff options
author | mbr <mbr@FreeBSD.org> | 2008-05-16 16:11:54 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2008-05-16 16:11:54 +0800 |
commit | c8c5c52a12fa7f4b84614492ed43e7cda5992874 (patch) | |
tree | a9367ec9fa411988281437c6a35aa828e142f607 /emulators | |
parent | 00cbaf8f630d0d3f7a67329d5c772032308d7b7e (diff) | |
download | freebsd-ports-gnome-c8c5c52a12fa7f4b84614492ed43e7cda5992874.tar.gz freebsd-ports-gnome-c8c5c52a12fa7f4b84614492ed43e7cda5992874.tar.zst freebsd-ports-gnome-c8c5c52a12fa7f4b84614492ed43e7cda5992874.zip |
New port: open-vm-tools-nox11
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools-nox11/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile new file mode 100644 index 000000000000..bd248e71498e --- /dev/null +++ b/emulators/open-vm-tools-nox11/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: open-vm-tools-nox11 +# Date created: 16 Mai 2008 +# Whom: Martin Blapp <mb@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../open-vm-tools +WITHOUT_X11= yes + +.include "${MASTERDIR}/Makefile" |