summaryrefslogtreecommitdiff
path: root/lang/racket/Makefile
diff options
context:
space:
mode:
authorasau <asau>2010-07-20 02:15:50 +0000
committerasau <asau>2010-07-20 02:15:50 +0000
commit74b982a5801b477646ae9a703679202171c22cc3 (patch)
treeb963bb7996a54325776bff4f609fa18644668b1b /lang/racket/Makefile
parentd8607bdfded8cf7c21b75aa23d3740aa83c7ce82 (diff)
downloadpkgsrc-74b982a5801b477646ae9a703679202171c22cc3.tar.gz
Import Racket 5.0 as lang/racket.
Import textual Racket version as lang/racket-textual. Racket (formerly PLT Scheme) is a specific dialect of the Lisp language based on the Scheme branch of the Lisp family.
Diffstat (limited to 'lang/racket/Makefile')
-rw-r--r--lang/racket/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
new file mode 100644
index 00000000000..811643e5533
--- /dev/null
+++ b/lang/racket/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/20 02:15:50 asau Exp $
+
+PKGNAME= racket-5.0
+DISTNAME= $(PKGNAME)-src-unix
+CATEGORIES= lang
+MASTER_SITES_PLT= http://download.racket-lang.org/installers/5.0/ \
+ http://www.eecs.northwestern.edu/racket/5.0/ \
+ http://www.cs.utah.edu/plt/installers/5.0/ \
+ http://mirror.informatik.uni-tuebingen.de/mirror/racket/5.0/ \
+ ftp://infogroep.be/pub/racket/installers/5.0/ \
+ http://russell.cs.bilgi.edu.tr/racket-installers/5.0/
+MASTER_SITES= $(MASTER_SITES_PLT:=racket/)
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= asau@inbox.ru
+HOMEPAGE= http://racket-lang.org/
+COMMENT= Scheme-based dialect of Lisp
+LICENSE= gnu-lgpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= $(WRKDIR)/plt-$(PKGVERSION_NOREV)
+
+GNU_CONFIGURE= yes
+CONFIGURE_DIRS= src
+USE_LANGUAGES= c c++
+MAKE_JOBS_SAFE= no
+UNLIMIT_RESOURCES= datasize
+
+REPLACE_SH= collects/tests/framework/framework-test
+
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"