summaryrefslogtreecommitdiff
path: root/sysutils/bcollect/Makefile
blob: a080817c710a222561dfba34fbb20d0e82d92e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $

DISTNAME=	bcollect-0.6.0
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/

MAINTAINER=	tonnerre@NetBSD.org
HOMEPAGE=	http://bcollect.ancient-solutions.com/
COMMENT=	Incremental remote backup tool

PKG_DESTDIR_SUPPORT=	destdir
GNU_CONFIGURE=	yes
USE_TOOLS+=	lex yacc

CONF_FILES+=	${PREFIX}/share/examples/bcollect/bcollect.conf	\
		${PKG_SYSCONFDIR}/bcollect.conf

DEPENDS+=	rsync>=3.0.0:../../net/rsync

.include "../../devel/clib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"