freebsd-ports/net/csup/Makefile
Maxime Henrion 6af49b214f Fix a last minute bug by importing a patch from csup's CVS. We were not
retrying anymore when the server rejects us at login time.
2006-02-23 01:25:09 +00:00

24 lines
511 B
Makefile

# ex:ts=8
# New ports collection makefile for: csup
# Date created: 27 January 2006
# Whom: Maxime Henrion <mux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= csup
PORTVERSION= 20060223
PORTREVISION= 1
CATEGORIES= net devel
MASTER_SITES= http://www.mu.org/~mux/
DISTNAME= ${PORTNAME}-snap-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= mux@FreeBSD.org
COMMENT= A rewrite of the CVSup file updating client in C
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/csup \
man/man1/csup.1.gz
.include <bsd.port.mk>