aboutsummaryrefslogblamecommitdiff
path: root/Mk/Uses/libarchive.mk
blob: 71e513e96057c0ccb2e352d87a83ed290d635ac5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                          
                         
 
                                                     
      
# 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
_USES_POST+=	localbase

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