blob: a8e730d489bb21b621aa9709a0953f876a86048e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ex:ts=8
# New ports collection makefile for: csup
# Date created: 27 January 2006
# Whom: Maxime Henrion <mux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= csup
PORTVERSION= 20060204
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>
|