forked from Lainports/freebsd-ports
Changes: - Added -D switch to delete all zfSnap snapshots of specific zpool/zfs http://wiki.bsdroot.lv/zfsnap#delete_all_zfsnap_snapshots_on_specific_filesystem PR: ports/151213 Submitted by: "aldis@bsdroot.lv" <aldis@bsdroot.lv> (maintainer) Approved by: pgollucci (mentor)
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# New ports collection makefile for: zfsnap
|
|
# Date created: 2010-08-02
|
|
# Whom: Aldis Berjoza <aldis@bsdroot.lv>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zfsnap
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://files.bsdroot.lv/pub/FreeBSD/distfiles/
|
|
DISTNAME= zfSnap-${PORTVERSION}
|
|
|
|
MAINTAINER= aldis@bsdroot.lv
|
|
COMMENT= Simple sh script to make zfs rolling snaphosts with cron
|
|
|
|
PLIST_FILES= sbin/zfSnap
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/zfSnap.sh ${PREFIX}/sbin/zfSnap
|
|
|
|
.include <bsd.port.mk>
|