Changeset View
Changeset View
Standalone View
Standalone View
archivers/libarchive/Makefile
PORTNAME= libarchive | PORTNAME= libarchive | ||||
DISTVERSION= 3.6.1 | DISTVERSION= 3.6.1 | ||||
PORTREVISION= 1 | PORTREVISION= 1 | ||||
PORTEPOCH= 1 | PORTEPOCH= 1 | ||||
CATEGORIES= archivers | CATEGORIES= archivers | ||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ | |||||
https://libarchive.org/downloads/ | |||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ | PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ | ||||
PATCHFILES= bff38efe8c110469c5080d387bec62a6ca15b1a5.patch:-p1 | PATCHFILES= bff38efe8c110469c5080d387bec62a6ca15b1a5.patch:-p1 | ||||
MAINTAINER= glewis@FreeBSD.org | MAINTAINER= glewis@FreeBSD.org | ||||
COMMENT= Library to create and read several streaming archive formats | COMMENT= Library to create and read several streaming archive formats | ||||
WWW= https://libarchive.org/ | WWW= https://libarchive.org/ | ||||
LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
LIB_DEPENDS= libexpat.so:textproc/expat2 | LIB_DEPENDS= libexpat.so:textproc/expat2 | ||||
USE_GITHUB= yes | |||||
GH_TAGNAME= v${DISTVERSION} | |||||
GH_ASSET= ${DISTNAME}${EXTRACT_SUFX} | |||||
OPTIONS_DEFINE= LZ4 LZO ZSTD | OPTIONS_DEFINE= LZ4 LZO ZSTD | ||||
OPTIONS_DEFAULT=LZ4 ZSTD OPENSSL | OPTIONS_DEFAULT=LZ4 ZSTD OPENSSL | ||||
OPTIONS_RADIO= CRYPTO | OPTIONS_RADIO= CRYPTO | ||||
OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE | OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE | ||||
CRYPTO_DESC= Crypto and hashing support | CRYPTO_DESC= Crypto and hashing support | ||||
▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines |