aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zfsnap/Makefile
blob: 766d8e2327be04a729ad8e9b6288a2c7a69a4b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    zfsnap
# Date created:             2010-08-02
# Whom:                 Aldis Berjoza <aldis@bsdroot.lv>
#
# $FreeBSD$
#

PORTNAME=   zfsnap
PORTVERSION=    1.2.5
CATEGORIES= sysutils
MASTER_SITES=   http://files.bsdroot.lv/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

# vim: set ts=8 sw=8:
.include <bsd.port.mk>