summaryrefslogtreecommitdiff
path: root/mk/mirrors.mk
blob: dba447fec3433f2dcedfe81d9015e852cd5e1a66 (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
35
36
37
38
39
40
41
42
43
44
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

MASTER_SITE_BACKUP?=	http://distfiles.${ADK_HOST}/

MASTER_SITE_OPENADK?=	\
	http://distfiles.openadk.org/ \

MASTER_SITE_MIRBSD?=	\
	http://www.mirbsd.org/MirOS/distfiles/ \
	http://pub.allbsd.org/MirOS/distfiles/ \

ifeq ($(ADK_TARGET_KERNEL_NO_MIRROR),)
MASTER_SITE_KERNEL?=	\
	https://www.kernel.org/pub/linux/ \
	http://www.kernel.org/pub/linux/ \

else
MASTER_SITE_KERNEL?=	\
	http://distfiles.openadk.org/ \

endif

MASTER_SITE_GNU?=	\
	https://ftp.gnu.org/gnu/ \
	http://ftp.gnu.org/gnu/ \

MASTER_SITE_SOURCEFORGE?=	\
	http://jaist.dl.sourceforge.net/sourceforge/ \
	http://heanet.dl.sourceforge.net/sourceforge/ \
	http://netcologne.dl.sourceforge.net/sourceforge/ \
	http://nchc.dl.sourceforge.net/sourceforge/ \
	http://kent.dl.sourceforge.net/sourceforge/ \
	http://ufpr.dl.sourceforge.net/sourceforge/ \
	http://easynews.dl.sourceforge.net/sourceforge/ \

MASTER_SITE_MYSQL?=		\
	http://sunsite.informatik.rwth-aachen.de/mysql/ \
	ftp://ftp.fu-berlin.de/unix/databases/mysql/ \
	http://mysql.easynet.be/ \

MASTER_SITE_GNOME?=	\
	https://download.gnome.org/sources/ \