freebsd-ports/sysutils/getdelta/Makefile
Vanilla I. Shu be59bc95c0 1: Stagify.
2: USES=tar:bzip2
3: Add License.

Approved by:	portmgr@ (blanket approval)
2014-06-27 01:42:46 +00:00

38 lines
915 B
Makefile

# Created by: Anton Statutov <astatutov@gmail.com>
# $FreeBSD$
PORTNAME= getdelta
PORTVERSION= 0.7.8
PORTREVISION= 5
CATEGORIES= sysutils ports-mgmt
MASTER_SITES= ${MASTER_SITE_GENTOO} \
http://132.207.4.160/distfiles/ \
http://distfiles.gentoo.org/distfiles/ \
http://linux01.gwdg.de/~nlissne/
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= astatutov@gmail.com
COMMENT= Script for reducing bandwidth load while upgrading ports disfiles
LICENSE= GPLv2
RUN_DEPENDS= deltup>=0.4.4:${PORTSDIR}/sysutils/deltup \
wget:${PORTSDIR}/ftp/wget \
bash:${PORTSDIR}/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>