svn commit: r382492 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 14:50:24 UTC 2015


Author: bapt
Date: Sat Mar 28 14:50:22 2015
New Revision: 382492
URL: https://svnweb.freebsd.org/changeset/ports/382492
QAT: https://qat.redports.org/buildarchive/r382492/

Log:
  Add USES=metaport to simplify writing metaports

Added:
  head/Mk/Uses/metaport.mk   (contents, props changed)

Added: head/Mk/Uses/metaport.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Mk/Uses/metaport.mk	Sat Mar 28 14:50:22 2015	(r382492)
@@ -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


More information about the svn-ports-head mailing list