aboutsummaryrefslogblamecommitdiff
path: root/sysutils/getdelta/Makefile
blob: a1ef546ce2500f180105d6c391b7f7fecffdca13 (plain) (tree)
1
2
3
4
5
6
7
8
                                                  
           


                        
                 
                                   
                        


                                                        



                                                                                 

                     


                                               
 
                         





                               





                                                              
                                                                                    
 
                      
# Created by: Anton Statutov <astatutov@gmail.com>
# $FreeBSD$

PORTNAME=	getdelta
PORTVERSION=	0.7.8
PORTREVISION=	5
CATEGORIES=	sysutils ports-mgmt
MASTER_SITES=	GENTOO \
		http://132.207.4.160/distfiles/ \
		http://distfiles.gentoo.org/distfiles/ \
		http://linux01.gwdg.de/~nlissne/

MAINTAINER=	astatutov@gmail.com
COMMENT=	Script for reducing bandwidth load while upgrading ports disfiles

LICENSE=	GPLv2

RUN_DEPENDS=	deltup>=0.4.4:sysutils/deltup \
		wget:ftp/wget \
		bash:shells/bash

USES=		tar:bzip2
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/getdelta.sh
SUB_FILES=	pkg-message

post-patch:
	@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},; \
		s,%%PREFIX%%,${PREFIX},' \
		${WRKSRC}/getdelta.sh

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/getdelta.sh ${STAGEDIR}${PREFIX}/bin/getdelta.sh

.include <bsd.port.mk>