2015-07-19 10:36:00 -04:00
|
|
|
# $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
|
2016-09-30 15:24:30 -04:00
|
|
|
_USES_POST+= localbase
|
2015-07-19 10:36:00 -04:00
|
|
|
|
2016-03-26 21:23:25 -04:00
|
|
|
LIB_DEPENDS+= libarchive.so.13:archivers/libarchive
|
2015-07-19 10:36:00 -04:00
|
|
|
.endif
|