2011-04-02 11:13:25 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.62 2011/04/02 15:13:25 ajacoutot Exp $
|
1998-11-26 13:22:06 -05:00
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
COMMENT = mirroring/synchronization over low bandwidth links
|
2002-01-14 18:07:49 -05:00
|
|
|
|
2011-03-27 13:16:47 -04:00
|
|
|
DISTNAME = rsync-3.0.8
|
2008-04-10 11:06:45 -04:00
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://rsync.samba.org/
|
1998-11-26 13:22:06 -05:00
|
|
|
|
2011-04-02 11:13:25 -04:00
|
|
|
REVISION = 0
|
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
1999-02-20 23:26:09 -05:00
|
|
|
|
2011-04-02 11:13:25 -04:00
|
|
|
# GPLv3
|
2008-04-10 11:06:45 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2011-04-02 11:13:25 -04:00
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
WANTLIB = c
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
MASTER_SITES = ftp://ftp.samba.org/pub/rsync/ \
|
2002-01-14 18:07:49 -05:00
|
|
|
ftp://ftp.samba.org/pub/rsync/old-versions/ \
|
2003-12-04 12:54:17 -05:00
|
|
|
http://ftp.samba.org/ftp/rsync/ \
|
2006-12-30 14:43:02 -05:00
|
|
|
ftp://ftp.funet.fi/pub/mirrors/samba.org/pub/rsync/
|
2002-01-14 18:07:49 -05:00
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
#SEPARATE_BUILD = simple
|
|
|
|
CONFIGURE_STYLE =gnu
|
|
|
|
CONFIGURE_ARGS =--with-included-popt \
|
2005-10-14 15:31:39 -04:00
|
|
|
--with-rsyncd-conf="${SYSCONFDIR}/rsyncd.conf" \
|
2011-04-02 11:13:25 -04:00
|
|
|
--with-rsh="ssh -T" \
|
|
|
|
--with-nobody-group=_rsync
|
1998-11-26 13:22:06 -05:00
|
|
|
|
2008-04-10 11:06:45 -04:00
|
|
|
DOCDIR = ${PREFIX}/share/doc/rsync
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
1998-11-26 13:22:06 -05:00
|
|
|
|
2011-03-07 14:48:20 -05:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/rsyncd.conf.5
|
|
|
|
|
1998-11-26 13:22:06 -05:00
|
|
|
do-install:
|
2000-03-04 03:17:37 -05:00
|
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
1999-03-02 11:59:47 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/rsync ${PREFIX}/bin
|
1998-11-26 13:22:06 -05:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/rsync.1 ${PREFIX}/man/man1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/rsyncd.conf.5 ${PREFIX}/man/man5
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${DOCDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|