mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
2ab912363a
Changelog: https://github.com/amadvance/snapraid/releases/tag/v11.6 PR: 258782
23 lines
539 B
Makefile
23 lines
539 B
Makefile
PORTNAME= snapraid
|
|
DISTVERSION= 11.6
|
|
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>
|