aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zetaback/Makefile
blob: 35d827a2770238378d64391ceb4c6f0657a12fbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	zetaback
DISTVERSION=	1.0.7
CATEGORIES=	sysutils

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Zetaback ZFS backup and recovery management system
WWW=		https://labs.omniti.com/trac/zetaback

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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
NO_ARCH=	yes

.include <bsd.port.mk>