summaryrefslogtreecommitdiff
path: root/lang/plt-scheme/scripts/configure
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-07-08 18:37:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-07-08 18:37:44 +0000
commit284a79c7670a79746ab07256eb24e25928037943 (patch)
tree74e23a48be51b002f11f9a8ff316d5c3684d638d /lang/plt-scheme/scripts/configure
parent- Update to 3.0.1 (diff)
- New port: plt-scheme
The PLT-Scheme group have released a new version of their Scheme language and IDE tools suite, and here's a port that builds it on FreeBSD. PR: 124776 Submitted by: Andrew Reilly <areilly@bigpond.net.au> (new maintainer)
Notes
Notes: svn path=/head/; revision=216546
Diffstat (limited to 'lang/plt-scheme/scripts/configure')
-rw-r--r--lang/plt-scheme/scripts/configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/plt-scheme/scripts/configure b/lang/plt-scheme/scripts/configure
new file mode 100644
index 000000000000..46b47aa3aa6c
--- /dev/null
+++ b/lang/plt-scheme/scripts/configure
@@ -0,0 +1,18 @@
+#!/bin/sh -xve
+printenv
+mkdir $WRKSRC
+cd $WRKSRC
+X11BASE=${LOCALBASE}
+#CFLAGS="-O0 -Werror-implicit-function-declaration -pipe -g"
+#CFLAGS="-O2 -pipe -g"
+#LDFLAGS=-L${LOCALBASE}/lib
+#CPPFLAGS="-I${LOCALBASE}/include -DLONG64"
+#LIBTOOL=${LOCALBASE}/bin/libtool
+
+../configure --prefix=${PREFIX} --enable-shared --enable-xft --enable-gl \
+ --enable-xrender --enable-cairo --with-x --enable-pthread \
+ --enable-lt=${LIBTOOL} \
+ --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \
+ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
+ CPPFLAGS="${CPPFLAGS}" \
+ --mandir=${PREFIX}/man ${ARCH}-portbld-freebsd${OSREL}