d8b2a9c8ad
user-destdir is fine, does not need destdir. Set LICENSE. Comment out dead sites.
24 lines
640 B
Makefile
24 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/23 05:26:30 wiz Exp $
|
|
|
|
DISTNAME= bcollect-0.6.0
|
|
CATEGORIES= sysutils
|
|
#MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://bcollect.ancient-solutions.com/
|
|
COMMENT= Incremental remote backup tool
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= lex yacc
|
|
|
|
# Incomplete dependencies on confparser.h
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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"
|