aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/libarchive.mk
blob: c2df6b5bbe66e05adae38af160166ba275712ee9 (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:${PORTSDIR}/archivers/libarchive
.endif