aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 14:50:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 14:50:22 +0000
commit8f30b87c72ee50a03d378353f81044ac2beaeb66 (patch)
treed54c21f644c5443021492d1faf433a366bbc8f7c /Mk
parent6dfadfd292a557e01efec55b28740aa97e7396d3 (diff)
downloadports-8f30b87c72ee50a03d378353f81044ac2beaeb66.tar.gz
ports-8f30b87c72ee50a03d378353f81044ac2beaeb66.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/metaport.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/Mk/Uses/metaport.mk b/Mk/Uses/metaport.mk
new file mode 100644
index 000000000000..263686ae919d
--- /dev/null
+++ b/Mk/Uses/metaport.mk
@@ -0,0 +1,20 @@
+# $FreeBSD$
+#
+# Sets the default variables to handle metaports
+#
+# Feature: metaport
+# Usage: USES=metaport
+#
+# Take no arguments
+
+.if !defined(_INCLUDE_USES_METAPORT_MK)
+_INCLUDE_USES_METAPORT_MK= yes
+
+MASTER_SITES= #
+DISTFILES= #
+EXTRACT_ONLY= #
+NO_BUILD= yes
+NO_INSTALL= yes
+NO_MTREE= yes
+
+.endif