diff options
author | mux <mux@FreeBSD.org> | 2006-01-28 01:46:32 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2006-01-28 01:46:32 +0000 |
commit | 0123246cd2e7a04c8b995477ccf1e4664e93fb16 (patch) | |
tree | 7b1d222f78f361a1cde8b64a14aa403678fce225 /net/csup/Makefile | |
parent | da1ac1fb90dfee3bfdc68bdf5cbeefdc3c3f5de5 (diff) | |
download | FreeBSD-ports-0123246cd2e7a04c8b995477ccf1e4664e93fb16.zip FreeBSD-ports-0123246cd2e7a04c8b995477ccf1e4664e93fb16.tar.gz |
Add a port for csup, the rewrite of CVSup in C.
While it still has some rough edges, it has reached a state where
it's pretty much usable and this port will get me a wider audience for
testing.
Reviewed by: ahze
Diffstat (limited to 'net/csup/Makefile')
-rw-r--r-- | net/csup/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile new file mode 100644 index 0000000..9a133a6 --- /dev/null +++ b/net/csup/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# New ports collection makefile for: csup +# Date created: 27 January 2006 +# Whom: Maxime Henrion <mux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= csup +PORTVERSION= 20060127 +CATEGORIES= devel net +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 + +.include <bsd.port.mk> |