mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# $FreeBSD: head/Mk/Uses/metaport.mk 382933 2015-04-01 17:59:57Z bapt $
|
|
#
|
|
# 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
|