2014-01-17 17:54:52 +01:00
|
|
|
# Created by: Krasimir Nachev krasi@it-sys.org
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= realsync
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.it-sys.org/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= krasi@it-sys.org
|
|
|
|
COMMENT= Parallel synchronization daemon for rsync
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
|
|
|
sudo:${PORTSDIR}/security/sudo
|
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
USES= python
|
2014-01-17 17:54:52 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/realsync \
|
|
|
|
etc/rc.d/realsync \
|
|
|
|
etc/realsync.cfg.example \
|
|
|
|
man/man8/realsync.8.gz
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/realsync ${STAGEDIR}${PREFIX}/sbin/realsync
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man8/realsync.8 ${STAGEDIR}${PREFIX}/man/man8/realsync.8
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/realsync ${STAGEDIR}${PREFIX}/etc/rc.d/realsync
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/config/${PORTNAME}.cfg.example ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.example
|
|
|
|
|
2015-04-03 13:26:48 +02:00
|
|
|
.include <bsd.port.mk>
|