aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dirvish/Makefile
blob: b440fdeeac17ac661dab9e2878d7584bb9aef376 (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
26
27
28
29
30
31
32
# New ports collection makefile for:    dirvish
# Date created:             28 April 2005
# Whom:                 Loren M. Lang
#
# $FreeBSD$
#

PORTNAME=   dirvish
PORTVERSION=    1.2
CATEGORIES= sysutils archivers
MASTER_SITES=   http://www.dirvish.org/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= lorenl@alzatex.com
COMMENT=    Network backup system based off of rsync

RUN_DEPENDS=    ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
        ${SITE_PERL}/Time/Period.pm:${PORTSDIR}/devel/p5-Time-Period

MAN5=       dirvish.conf.5
MAN8=       dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8

WRKSRC=     ${WRKDIR}/Dirvish-${PORTVERSION}

NO_BUILD=   yes
USE_PERL5_RUN=  yes

do-install:
    @(cd ${INSTALL_WRKSRC} && ${SH} install.sh < /dev/null)
    ${MKDIR} ${PREFIX}/etc/dirvish

.include <bsd.port.mk>