freebsd-ports/net/cvsync/Makefile
Norikatsu Shigemura 700261726c o Install documentations.
o Remove USE_REINPLASE as it is not used anymore.
o Slightly reword pkg-descr, mention that cvsync is BSD-licensed.
o Add Author ans WWW tags to pkg-descr.

PR:		ports/53904
Submitte by:	Sergei Kolobov <sergei@kolobov.com>
Reviewed by:	hrs (maintainer)
2003-07-03 06:11:38 +00:00

31 lines
779 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
MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
DOCS= doc/COPYRIGHT doc/ChangeLog doc/FAQ doc/TODO
EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>