aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsync/Makefile
blob: ba6ce212e5157bc6b514bfc580f44734b17f12b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:  cvsync
# Date created:           Thu Mar 6, 2003
# Whom:               Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   cvsync
PORTVERSION=    0.15.0
CATEGORIES= net ipv6
MASTER_SITES=   http://www.daemon-systems.org/cvsync/ \
        ftp://ftp.allbsd.org/pub/cvsync/
EXTRACT_SUFX=   .tgz

MAINTAINER= hrs@FreeBSD.org
COMMENT=    A portable CVS repository synchronization utility

USE_GMAKE=  yes

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EXAMPLESDIR}

.include <bsd.port.mk>