summaryrefslogblamecommitdiff
path: root/net/cvsup-bin/Makefile
blob: 1c0f9796cc8d7b1895cc6eb41f1cc0bf06ff350c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                            


                                                       
                                                      

 
                              
                         
                                                                             
 
                               
 





                                                                       
 

                   

                                  
      
 
           
                       



                                                              

                      
# 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.11 1999/07/04 20:50:33 steve Exp $
#

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

MAINTAINER=	jdp@freebsd.org

.if ${MACHINE_ARCH} == "i386"
DISTFILES=	cvsup-freebsd-ix86-aout-16.0${EXTRACT_SUFX}
.else
DISTFILES=	cvsup.nogui-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX}
WRKSRC=		${WRKDIR}/cvsup.nogui-bin-16.0
.endif

NO_BUILD=	yes

MAN1=		cvpasswd.1 cvsup.1
MANCOMPRESSED=	yes
STRIP=

do-install:
	cd ${WRKSRC}; \
	    ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin
.for file in ${MAN1}
	${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1
.endfor

.include <bsd.port.mk>