1 # $NetBSD: Makefile,v 1.88 2012/10/03 21:57:10 wiz Exp $
6 MASTER_SITES
= http
://rsync.samba.org
/ftp
/rsync
/ \
7 http
://rsync.samba.org
/ftp
/rsync
/old-versions
/ \
8 ftp
://ftp.sunet.se
/pub
/unix
/admin
/rsync
/ \
9 ftp
://ftp.fu-berlin.de
/unix
/network
/rsync
/
11 OWNER
= tron@NetBSD.org
12 HOMEPAGE
= http
://rsync.samba.org
/
13 COMMENT
= Network file distribution
/synchronisation utility
16 PKG_INSTALLATION_TYPES
= overwrite pkgviews
18 INSTALLATION_DIRS
= bin
${PKGMANDIR}/man1
${PKGMANDIR}/man5 share
/doc
/rsync
22 CONFIGURE_ARGS
+= --with-included-popt \
23 --with-rsyncd-conf
=${PKG_SYSCONFDIR}/rsyncd.conf
26 PKG_SYSCONFSUBDIR
= rsync
29 RCD_SCRIPT_SRC.rsyncd
= files
/rsyncd.sh
32 SUBST_MESSAGE.paths
= Fixing hardcoded paths.
33 SUBST_STAGE.paths
= post-patch
34 SUBST_FILES.paths
= rsync
.1 rsyncd.conf
.5
35 SUBST_SED.paths
= -e
's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g'
36 SUBST_SED.paths
+= -e
's|/usr/bin/rsync|${PREFIX}/bin/rsync|g'
39 ${INSTALL_DATA} ${WRKSRC}/README
${WRKSRC}/tech_report.
tex \
40 ${DESTDIR}${PREFIX}/share
/doc
/rsync
42 .
include "../../converters/libiconv/buildlink3.mk"
43 .
include "../../mk/bsd.pkg.mk"