1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/cvsync/Makefile
Norikatsu Shigemura a155a024ed Update to 0.19.0.
PR:		ports/50601
Submitted by:	hrs (maintainer)
2003-04-04 13:07:19 +00:00

26 lines
597 B
Makefile

# Ports collection makefile for: cvsync
# Date created: Thu Mar 6, 2003
# Whom: Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsync
PORTVERSION= 0.19.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>