summaryrefslogblamecommitdiff
path: root/ftp/mirror/Makefile
blob: ecc689c81ffa64a92ff96ef8310b25052b967493 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              


                                   
           

 

                      
                   
 



                                                                    
                                                                     
                               

                              
                                
                                               
 
                   

                        

                                        
            
                                      

                      
# New ports collection makefile for:	mirror
# Date created:		15 May 1995
# Whom:			torstenb
#
# $FreeBSD$
#

PORTNAME=	mirror
PORTVERSION=	2.9
CATEGORIES=	ftp

MASTER_SITES=	ftp://sunsite.org.uk/packages/mirror/ \
		ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
		ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
		ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
		ftp://SunSITE.tus.ac.jp/pub/archives/packages/mirror/
PATCH_SITES=	${MASTER_SITES}
PATCHFILES=	ftp.pl_wupatch

MAINTAINER=	ryan@sasknow.com
COMMENT=	Mirror packages on remote sites

USE_PERL5=	yes
NO_WRKSUBDIR=	yes
MAKEFILE=	makefile
MAN1=		mirror.1 mirror-master.1

pre-install:
	@${MKDIR} ${PREFIX}/lib/mirror

.include <bsd.port.mk>