freebsd-ports/sysutils/snapraid/Makefile
Robert Clausecker 4bd41f7aee sysutils/snapraid: Update to 12.1
Changelog:	https://github.com/amadvance/snapraid/releases/tag/v12.1

PR:		261480
MFH:		2022Q1 (bugfix release)
2022-01-28 08:02:17 -05:00

22 lines
539 B
Makefile

PORTNAME= snapraid
DISTVERSION= 12.1
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>