svn commit: r382492 - head/Mk/Uses
Bryan Drewery
bdrewery at FreeBSD.org
Sat Mar 28 15:53:15 UTC 2015
On 3/28/2015 9:50 AM, Baptiste Daroussin wrote:
> 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
>
+1
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150328/00a9be4e/attachment.sig>
More information about the svn-ports-all
mailing list