# $NetBSD: Makefile,v 1.63 2006/03/12 18:51:23 wiz Exp $ DISTNAME= rsync-2.6.7 CATEGORIES= net MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://rsync.samba.org/pub/rsync/ \ http://rsync.samba.org/ftp/rsync/old-versions/ \ ftp://rsync.samba.org/pub/rsync/old-versions/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/unix/network/rsync/ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://rsync.samba.org/ COMMENT= Network file distribution/synchronisation utility PKG_INSTALLATION_TYPES= overwrite pkgviews INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 share/doc/rsync GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-included-popt \ --with-rsyncd-conf=${PKG_SYSCONFDIR}/rsyncd.conf TEST_TARGET= test PKG_SYSCONFSUBDIR= rsync SUBST_CLASSES+= paths SUBST_MESSAGE.paths= "Fixing hardcoded paths." SUBST_STAGE.paths= post-patch SUBST_FILES.paths= rsync.h rsync.1 rsyncd.conf.5 SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' \ -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' .include "../../mk/bsd.pkg.mk"