summaryrefslogtreecommitdiff
path: root/sysutils/snapraid/Makefile
blob: 33139bcbed45d9f4e792e6d22473375465bd0679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	snapraid
DISTVERSION=	13.0
CATEGORIES=	sysutils archivers
MASTER_SITES=	https://github.com/amadvance/snapraid/releases/download/v${DISTVERSION}/

MAINTAINER=	fuz@FreeBSD.org
COMMENT=	File-level Backup/RAID program for disk arrays
WWW=		https://www.snapraid.it/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
TEST_TARGET=	check

PLIST_FILES=	bin/snapraid \
		share/man/man1/snapraid.1.gz \
		etc/snapraid.conf.sample

post-install:
	${INSTALL_DATA} ${WRKSRC}/snapraid.conf.example ${STAGEDIR}${PREFIX}/etc/snapraid.conf.sample

.include <bsd.port.mk>