freebsd-ports/sysutils/rsyncbackup/Makefile
Mathieu Arnold bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00

45 lines
1 KiB
Makefile

# Created by: Daniel Bond
# $FreeBSD$
PORTNAME= rsyncbackup
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= rsync-backup
DISTNAME= rsyncbackup
MAINTAINER= ports@FreeBSD.org
COMMENT= Rsync frontend written in Perl
LICENSE= GPLv2+
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
RUN_DEPENDS= rsync:net/rsync
CONFIGSRC= ${WRKSRC}/config
CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf
USES= perl5 zip
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>