summaryrefslogtreecommitdiff
path: root/net/cvsup-bin/Makefile
blob: 12a51016a26e2d57a0d75e72257df3a297929a67 (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
24
25
26
27
28
29
30
# New ports collection makefile for:	cvsup-bin
# Version required:	15.4.2
# Date created:		12 November 1997
# Whom:			Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.5 1998/07/07 03:22:33 jdp Exp $
#

DISTNAME=	cvsup-bin-15.4.2
CATEGORIES=	devel net
MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \
		ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
		ftp://ftp.polstra.com/pub/FreeBSD/CVSup/
DISTFILES=	cvsup-bin-15.4.2.tar.gz

MAINTAINER=	axl@iafrica.com

NO_BUILD=	yes

MAN1=	cvsup.1

do-configure:
	cd ${WRKSRC}; gunzip cvsup.1.gz

do-install:
	cd ${WRKSRC}; \
	    ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \
	    ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1

.include <bsd.port.mk>