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

.if !defined(_INCLUDE_USES_LIBARCHIVE_MK)
_INCLUDE_USES_LIBARCHIVE_MK=	yes
_USES_POST+=	localbase

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