diff options
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 000000000000..9a133a64fc0b --- /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> |