2003-03-23 19:41:44 +01:00
|
|
|
# Ports collection makefile for: cvsync
|
|
|
|
# Date created: Thu Mar 6, 2003
|
|
|
|
# Whom: Hiroki Sato <hrs@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsync
|
2003-08-27 16:03:07 +02:00
|
|
|
PORTVERSION= 0.24.4
|
2003-03-23 19:41:44 +01:00
|
|
|
CATEGORIES= net ipv6
|
2003-07-23 07:24:55 +02:00
|
|
|
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
|
2003-03-23 19:41:44 +01:00
|
|
|
ftp://ftp.allbsd.org/pub/cvsync/
|
|
|
|
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
|
|
COMMENT= A portable CVS repository synchronization utility
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2003-04-16 08:45:07 +02:00
|
|
|
|
|
|
|
MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
|
2003-07-03 08:11:38 +02:00
|
|
|
DOCS= doc/COPYRIGHT doc/ChangeLog doc/FAQ doc/TODO
|
|
|
|
EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf
|
2003-04-16 08:45:07 +02:00
|
|
|
|
2003-03-23 19:41:44 +01:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2003-07-03 08:11:38 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2003-03-23 19:41:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|