aboutsummaryrefslogtreecommitdiff
path: root/lang/drscheme/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2004-03-03 16:47:57 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2004-03-03 16:47:57 +0000
commit05f2dc0cc2d528cca11a4a424e151c0e963d00fd (patch)
treeb2aded3e411ddc2c689f764830278c1197202057 /lang/drscheme/Makefile
parent0ea5a419ab4962a6d484d9c945daafef40fdece2 (diff)
downloadports-05f2dc0cc2d528cca11a4a424e151c0e963d00fd.tar.gz
ports-05f2dc0cc2d528cca11a4a424e151c0e963d00fd.zip
Notes
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r--lang/drscheme/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 4f57aadc73ce..634d7281b3f6 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= drscheme
-PORTVERSION= 205
+PORTVERSION= 206p1
CATEGORIES= lang scheme
MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \
@@ -14,7 +14,8 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \
ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \
ftp://infogroep.be/pub/plt/bundles/${PORTVERSION}/plt/ \
ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/
-DISTNAME= plt-${PORTVERSION}.src.x
+DISTNAME= plt-${PORTVERSION}-src-unix
+EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@FreeBSD.org
COMMENT= An interactive, integrated, graphical Scheme programming environment
@@ -27,14 +28,12 @@ USE_XLIB= yes
PLTHOME= ${PREFIX}/drscheme
DRS_D= bin install collects teachpack include lib
-DRS_B= drscheme mred mzc mzscheme tex2page
+DRS_B= drscheme mred mzc mzscheme
MAN1= drscheme.1 mred.1 mzscheme.1
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
+ONLY_FOR_ARCH= i386
do-install:
${MKDIR} ${PLTHOME}