blob: 29794872bdbb8fdcaf2d77b71cfc272f91ee6984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
|