mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
22 lines
313 B
Makefile
22 lines
313 B
Makefile
# $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
|
|
NO_ARCH= yes
|
|
|
|
.endif
|