mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ac6f61194f
PR: 246132 Submitted by: Armin Gruner <ailto:ag-freebsd@muc.de> MFH: 2020Q2
30 lines
662 B
Makefile
30 lines
662 B
Makefile
# Created by: Cy Schubert <cy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zetaback
|
|
DISTVERSION= 1.0.7
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Zetaback ZFS backup and recovery management system
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= omniti-labs
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
OPTIONS_DEFINE= LOCAL BETTER_COMPRESSION
|
|
LOCAL_DESC= Avoid ssh for localhost backup
|
|
BETTER_COMPRESSION_DESC= Allow different compressions for snapshots
|
|
|
|
LOCAL_EXTRA_PATCHES= ${PATCHDIR}/opt-localhost.in
|
|
BETTER_COMPRESSION_EXTRA_PATCHES= ${PATCHDIR}/opt-compression.in
|
|
|
|
USES= autoreconf perl5
|
|
USE_PERL5= run
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|