2015-07-06 07:03:33 +02:00
|
|
|
# $NetBSD: bsd.fetch.mk,v 1.10 2015/07/06 05:03:33 rodent Exp $
|
2006-06-06 05:05:48 +02:00
|
|
|
#
|
|
|
|
# This Makefile fragment is included by bsd.pkg.mk and defines the
|
|
|
|
# relevant variables and targets for the "fetch" step.
|
|
|
|
#
|
2006-06-06 05:35:42 +02:00
|
|
|
# The following are the "public" targets provided by this module:
|
|
|
|
#
|
2007-01-02 18:54:32 +01:00
|
|
|
# fetch:
|
|
|
|
# Downloads all required distfiles for the current package.
|
|
|
|
#
|
|
|
|
# fetch-list:
|
|
|
|
# Prints a shell script to the standard output that will download
|
|
|
|
# the distfiles.
|
2006-06-06 05:35:42 +02:00
|
|
|
#
|
2009-07-15 11:40:30 +02:00
|
|
|
# depends-fetch:
|
|
|
|
# Run fetch for the current package and all dependencies.
|
|
|
|
#
|
2006-06-06 05:35:42 +02:00
|
|
|
# The following targets may be overridden in a package Makefile:
|
|
|
|
#
|
2007-01-02 18:54:32 +01:00
|
|
|
# pre-fetch:
|
|
|
|
# Can be used to prepare downloading the distfiles.
|
|
|
|
#
|
|
|
|
# Default action: Nothing.
|
|
|
|
#
|
|
|
|
# do-fetch:
|
|
|
|
# Downloads the distfiles and patches.
|
|
|
|
#
|
|
|
|
# Default action (roughly): Downloads all DISTFILES from
|
|
|
|
# MASTER_SITES and puts them into DISTDIR.
|
|
|
|
#
|
|
|
|
# post-fetch:
|
|
|
|
# Can be used to do something with the downloaded files.
|
|
|
|
#
|
|
|
|
# Default action: Nothing.
|
2006-06-06 05:35:42 +02:00
|
|
|
#
|
2006-06-06 05:05:48 +02:00
|
|
|
|
2007-10-31 00:35:51 +01:00
|
|
|
.include "sites.mk"
|
|
|
|
.include "fetch.mk"
|
|
|
|
.include "fetch-list.mk"
|
|
|
|
.include "distclean.mk"
|
2015-03-07 15:17:51 +01:00
|
|
|
.include "github.mk"
|
2015-07-06 07:03:33 +02:00
|
|
|
.include "pypi.mk"
|