aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/libarchive.mk
blob: 894e753a1a0d4a5eba9b486c4a21683344a58e74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$
#
# handle dependency on the libarchive port
#
# Feature:  libarchive
# Usage:    USES=libarchive
# Valid ARGS:   none
#
# MAINTAINER:   portmgr@FreeBSD.org

.if !defined(_INCLUDE_USES_LIBARCHIVE_MK)
_INCLUDE_USES_LIBARCHIVE_MK=    yes
.include "${USESDIR}/localbase.mk"

LIB_DEPENDS+=   libarchive.so.13:archivers/libarchive
.endif