summaryrefslogtreecommitdiff
path: root/lang/racket-textual/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-07-20 02:15:50 +0000
committerasau <asau@pkgsrc.org>2010-07-20 02:15:50 +0000
commitacf5303227b59cf26adb39c4b465c4acc80952bd (patch)
treeb963bb7996a54325776bff4f609fa18644668b1b /lang/racket-textual/Makefile
parent1881b29a411e7544514b315c292c0649513eb8a7 (diff)
downloadpkgsrc-acf5303227b59cf26adb39c4b465c4acc80952bd.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-textual/Makefile')
-rw-r--r--lang/racket-textual/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile
new file mode 100644
index 00000000000..31edf192b0d
--- /dev/null
+++ b/lang/racket-textual/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/20 02:15:51 asau Exp $
+
+PKGNAME= racket-textual-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-textual/)
+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)/mz-$(PKGVERSION_NOREV)
+
+GNU_CONFIGURE= yes
+CONFIGURE_DIRS= src
+USE_LANGUAGES= c c++
+MAKE_JOBS_SAFE= no
+UNLIMIT_RESOURCES= datasize
+
+.include "../../mk/bsd.pkg.mk"