Ravenports generated: 18 Jan 2021 12:16
[ravenports.git] / Mk / Uses / bz2.mk
1 # handle dependency on bzip2
2 #
3 # Feature:      bz2
4 # Usage:        USES=bz2 or USES=bz2:ARGS
5 # Valid ARGS:   buildrun (default, implicit), build
6 #
7
8 .if !defined(_INCLUDE_USES_BZ2_MK)
9 _INCLUDE_USES_BZ2_MK=   yes
10
11 # -----------------------------------------------
12 # Incorporated in ravenadm
13 # -----------------------------------------------
14 #.if {bz2_ARGS:Mbuild}
15 # BUILD_DEPENDS+=       bzip2:static:standard
16 #.else
17 # BUILD_DEPENDS+=       bzip2:static:standard
18 # BUILDRUN_DEPENDS+=    bzip2:shared:standard
19 #.endif
20 # -----------------------------------------------
21
22 .endif