aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2008-05-16 08:11:54 +0000
committerMartin Blapp <mbr@FreeBSD.org>2008-05-16 08:11:54 +0000
commita3f4cf89c90b192e0d6b9f509cff745d675893b5 (patch)
tree1e7da8846256bdda720ce9c469e99c4e2040a8dd /emulators
parent396bd9dc711d53fec955604a2c502b8d96206421 (diff)
downloadports-a3f4cf89c90b192e0d6b9f509cff745d675893b5.tar.gz
ports-a3f4cf89c90b192e0d6b9f509cff745d675893b5.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/open-vm-tools-nox11/Makefile11
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"