3ccc921661
ChangeLog: 2003-03-24 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.15.1 is out * Scanfile (server) Implement the experimental server-side scanfile feature. * REMARK: the Performance When the scanfile feature is enabled on both server/client, the update procedure is done in 3sec (best) - 40min (worst).
28 lines
743 B
Makefile
28 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.11 2003/03/25 01:05:42 gehenna Exp $
|
|
#
|
|
|
|
DISTNAME= cvsync-0.15.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.daemon-systems.org/cvsync/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
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"
|