aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-28 22:50:22 +0800
committerbapt <bapt@FreeBSD.org>2015-03-28 22:50:22 +0800
commita0b28ad01a585917f397cb50d77215ff834d848b (patch)
treed54c21f644c5443021492d1faf433a366bbc8f7c /Mk
parent34770aa1d3f481772eff0263932a781a7b1d170e (diff)
downloadfreebsd-ports-gnome-a0b28ad01a585917f397cb50d77215ff834d848b.tar.gz
freebsd-ports-gnome-a0b28ad01a585917f397cb50d77215ff834d848b.tar.zst
freebsd-ports-gnome-a0b28ad01a585917f397cb50d77215ff834d848b.zip
Add USES=metaport to simplify writing metaports
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