pkgsrc/devel/cvsync/Makefile
gehenna 375230bf7a CVSync 0.24.0
Changes:
  * Implement new mirror algorithm for regular files. (server/client)
    This improves the performance to update large regular files incredibly.

  * Fix a potential problem to update rcsfile(5) based files with
    over 256 symbols. (server/client)
2003-07-13 16:26:00 +00:00

27 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.42 2003/07/13 16:26:00 gehenna Exp $
#
DISTNAME= cvsync-0.24.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.daemon-systems.org/pub/cvsync/
MAINTAINER= gehenna@NetBSD.ORG
HOMEPAGE= http://www.daemon-systems.org/cvsync/
COMMENT= portable incremental cvs repository syncer
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_GMAKE= YES
MAKE_ENV+= PTHREAD_TYPE=${PTHREAD_TYPE}
EGDIR= ${PREFIX}/share/examples/cvsync
CONF_FILES+= ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EGDIR}
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"