freebsd-ports/sysutils/snapraid/Makefile
Robert Clausecker 24bd5a33e5 */*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
2023-02-09 00:24:25 +01:00

23 lines
575 B
Makefile

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