freebsd-ports/net/cvsup-devel/Makefile
John Polstra 697332f062 Update for snap-16.1e. This snapshot adds checking to both the
client and server for peers which are old versions that have
the s1g bug.  Mirror sites definitely will want to run this new
version, as it eliminates the excessive load that results from the
bug.  Note, I don't intend to add a patch to the "net/cvsup" port
for this.  People who want this feature must use the "cvsup-devel" port.
2001-09-18 16:45:19 +00:00

28 lines
738 B
Makefile

# New ports collection makefile for: cvsup-devel
# Date created: 28 April 2001
# Whom: jdp
#
# $FreeBSD$
#
PORTVERSION= 16.1e
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://people.freebsd.org/~jdp/s1g/ \
ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/snapshots/
DISTNAME= cvsup-snap-${PORTVERSION}
MASTERDIR= ${.CURDIR}/../cvsup
FILESDIR= ${.CURDIR}/files
MD5_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
PKGDIR= ${.CURDIR}
post-install:
@${MKDIR} ${PREFIX}/share/cvsup
@${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/cvsup/License
.include "${MASTERDIR}/Makefile"