openbsd-ports/net/cvsync/Makefile
naddy c7a5a7d929 Update to 0.19.2:
* The server now runs as a daemon by default and automatically reloads the
  configuration file when it has been updated.
* Client options to force the use of IPv4 and IPv6, respectively.
2003-04-11 18:58:48 +00:00

33 lines
878 B
Makefile

# $OpenBSD: Makefile,v 1.7 2003/04/11 18:58:48 naddy Exp $
COMMENT= "portable CVS repository synchronization utility"
DISTNAME= cvsync-0.19.2
CATEGORIES= net
HOMEPAGE= http://www.daemon-systems.org/cvsync/
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= ${HOMEPAGE} \
ftp://ftp.allbsd.org/pub/cvsync/
USE_GMAKE= Yes
MAKE_ENV= CVSYNC_DEFAULT_CONFIG="${SYSCONFDIR}/cvsync.conf" \
CVSYNCD_DEFAULT_CONFIG="${SYSCONFDIR}/cvsyncd.conf" \
BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}"
EXAMPLESDIR= ${PREFIX}/share/examples/cvsync
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EXAMPLESDIR}
.include <bsd.port.mk>