summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/fastest_sites/Makefile
blob: b445fb63b8031754531ce3d2fbd643ee2e935223 (plain)
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
32
33
34
# Ports collection makefile for:  fastest_sites
# Date created:			  20 March 2008
# Whom:				  Wesley Shields <wxs@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fastest_sites
PORTVERSION=	20080320
CATEGORIES=	ports-mgmt
MASTER_SITES=	http://www.semicomplete.com/files/fastest_sites/ \
		http://www.atarininja.org/~wxs/distfiles/
DISTNAME=	${PORTNAME}-${PORTVERSION}.py
EXTRACT_SUFX=	# nada

MAINTAINER=	wxs@FreeBSD.org
COMMENT=	Sort MASTER_SITE_* based upon TCP handshake times

USE_PYTHON=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/fastest_sites

do-extract:
	@${MKDIR} ${WRKSRC}
	@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}

post-patch:
	@${REINPLACE_CMD} -e 's#/usr/local/bin/python#${PYTHON_CMD}#' ${WRKSRC}/fastest_sites-${PORTVERSION}.py

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/fastest_sites-${PORTVERSION}.py ${PREFIX}/bin/fastest_sites

.include <bsd.port.mk>
OpenPOWER on IntegriCloud