# $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
| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
archivers)
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|