mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5d33e04596
Where appropriate fiddle with a few other things.
20 lines
299 B
Makefile
20 lines
299 B
Makefile
# 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
|