summaryrefslogtreecommitdiff
path: root/net/cvsup-bin/Makefile
blob: a7e8912d6bae3c004d72c88da23722e2b4b57a57 (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
31
# New ports collection makefile for:	cvsup-bin
# Version required:	16.0
# Date created:		12 November 1997
# Whom:			Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.10 1999/03/06 22:40:21 wosch Exp $
#

DISTNAME=	cvsup-bin-16.0
CATEGORIES=	devel net
MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/
DISTFILES=	cvsup-bin-16.0.tar.gz

MAINTAINER=	jdp@freebsd.org

ONLY_FOR_ARCHS=	i386

NO_BUILD=	yes

MAN1=	cvpasswd.1 cvsup.1
STRIP=

do-configure:
	cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/}

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

.include <bsd.port.mk>