openbsd-ports/net/cvsync/Makefile
naddy 10c8e3ee64 Update to 0.24.13. Changes since the previous release include:
* Performance improvement.  While it depends, approximately this version
  is 4%-30% faster than the previous release. (client/server)

* A bug, which prevents cvsync from removing temporary files, has
  been fixed.  To remove files left over, you may want to remove
  the scanfile and rerun cvsync just after upgrading. (client)

* A new option `-l' has been added to the server.  It writes the log
  into a specified file. (server)

* A new keyword `base' has been added.  It specifies a base-prefix
  used for relative pathnames in the following keywords: 'distfile',
  'refuse', and 'scanfile'.  It must be an absolute pathname.
  (client/server/cvscan)
2003-12-01 01:13:45 +00:00

33 lines
893 B
Makefile

# $OpenBSD: Makefile,v 1.32 2003/12/01 01:13:45 naddy Exp $
COMMENT= "portable CVS repository synchronization utility"
DISTNAME= cvsync-0.24.13
CATEGORIES= net
HOMEPAGE= http://www.cvsync.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
ftp://ftp.allbsd.org/pub/cvsync/
USE_GMAKE= Yes
MAKE_ENV= CVSYNC_DEFAULT_CONFIG="${SYSCONFDIR}/cvsync.conf" \
CVSYNCD_DEFAULT_CONFIG="${SYSCONFDIR}/cvsyncd.conf" \
INSTALL_MAN_OPTS="-o ${MANOWN} -g ${MANGRP} -m ${MANMODE}" \
INSTALL_BIN_OPTS="-o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${INSTALL_STRIP}"
EXAMPLESDIR= ${PREFIX}/share/examples/cvsync
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR}
.include <bsd.port.mk>