# New ports collection makefile for: Metalink checker # Date created: Sun 10 Aug 2008 04:22:51 UTC # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= metalink PORTVERSION= 1.3 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}s/Metalink%20Checker/2007 PKGNAMESUFFIX?= -checker DISTNAME= checker-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Python script to check metalink files and complete a basic download LICENSE= GPLv2 USE_DOS2UNIX= yes USE_PYTHON= yes NO_BUILD= yes # Documents to install DOC_FILES= \ README .ifndef(NOPORTDOCS) PORTDOCS= * .endif PLIST_FILES= bin/${PORTNAME}.py do-patch: @${REINPLACE_CMD} -E \ -e "s|#!/usr/bin/env[[:space:]]python|#!${PYTHON_CMD}|" \ ${WRKSRC}/${PORTNAME}.py do-install: # docs .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${PREFIX}/bin .include in'>index : dexon-tests
DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
aboutsummaryrefslogtreecommitdiffstats
blob: e3d3df6723f3128dd72afffc3ac5d76f55637e8e (plain) (blame)
1
2
3
4
5
6
7
8