freebsd-ports/net/cvsync/Makefile
Daichi GOTO 6c899e1043 Update to 0.23.5. Another serious bug which was in the symbol
handling code is fixed.

PR:		53784
Submitted by:	Hiroki Sato <hrs@freebsd.org> (maintainer)
2003-06-27 04:04:26 +00:00

27 lines
654 B
Makefile

# Ports collection makefile for: cvsync
# Date created: Thu Mar 6, 2003
# Whom: Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsync
PORTVERSION= 0.23.5
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.daemon-systems.org/pub/cvsync/ \
ftp://ftp.allbsd.org/pub/cvsync/
MAINTAINER= hrs@FreeBSD.org
COMMENT= A portable CVS repository synchronization utility
USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EXAMPLESDIR}
.include <bsd.port.mk>