ports/sysutils/snapraid/Makefile
Robert Clausecker fbf101b362 sysutils/snapraid: update to 12.0
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)
2021-12-12 14:01:02 +09:00

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>