dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.62 2005/12/29 06:22:02 jlam Exp $
|
|
|
|
DISTNAME= rsync-2.6.6
|
|
PKGREVISION= 1
|
|
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"
|