mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Changelog: - Parallel disk scanning. It's always enabled but it doesn't cover the -m option that still process disks sequentially. (https://github.com/amadvance/snapraid/releases/tag/v12.0) PR: 260291 Reported by: Robert Clausecker <fuz@fuz.su> (maintainer)
22 lines
539 B
Makefile
22 lines
539 B
Makefile
PORTNAME= snapraid
|
|
DISTVERSION= 12.0
|
|
CATEGORIES= sysutils archivers
|
|
MASTER_SITES= https://github.com/amadvance/snapraid/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= fuz@fuz.su
|
|
COMMENT= File-level Backup/RAID program for disk arrays
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
PLIST_FILES= bin/snapraid \
|
|
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>
|