View | Details | Raw Unified | Return to bug 42864
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 8-18 Link Here
8
PORTNAME=	drscheme
8
PORTNAME=	drscheme
9
PORTVERSION=	202
9
PORTVERSION=	202
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	http://download.plt-scheme.org/bundles/200/plt/ \
11
MASTER_SITES=	http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
12
		http://www.cs.utah.edu/plt/download/200/plt/ \
12
		http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \
13
		ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/200/plt/ \
13
		ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/${PORTVERSION}/plt/ \
14
		ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/200/plt/ \
14
		ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \
15
		ftp://morpheus.wish.com.mx/pub/plt/200/plt/
15
		ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/
16
DISTNAME=	plt.src.x
16
DISTNAME=	plt.src.x
17
17
18
MAINTAINER=	jkoshy@freebsd.org
18
MAINTAINER=	jkoshy@freebsd.org

Return to bug 42864