freebsd-ports/sysutils/rsyncbackup/Makefile
Kirill Ponomarev 9577b10b16 Update to version 1.1
Update WWW to follow new upstream
Pass maintainership to submitter

PR:		218024
Submitted by:	portmaster@bsdforge.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10118
2017-05-10 18:09:37 +00:00

39 lines
877 B
Makefile

# Created by: Daniel Bond
# $FreeBSD$
PORTNAME= rsyncbackup
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/rsyncbackup/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Rsync frontend written in Perl
LICENSE= GPLv2+
RUN_DEPENDS= rsync:net/rsync
CONFIGSRC= ${WRKSRC}/config
CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf
USES= perl5 tar:xz
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${ETCDIR}
.for configfile in ${CONFIGFILES}
${INSTALL_DATA} ${CONFIGSRC}/${configfile} \
${STAGEDIR}${ETCDIR}/${configfile}.example
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>