head	1.3;
access;
symbols
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.08.08.12.38.25;	author olgeni;	state dead;
branches;
next	1.2;

1.2
date	2008.11.11.05.49.34;	author daichi;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.08.18.37.44;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/plt-scheme, which became lang/racket.
@
text
@#!/bin/sh
mkdir $WRKSRC
cd $WRKSRC
X11BASE=${LOCALBASE}
../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}
@


1.2
log
@lang/plt-scheme: update from 4.0.2 to 4.1.2

PR:		ports/128769
Submitted by:	Andrew Reilly <areilly@@bigpond.net.au> (maintainer)
@
text
@@


1.1
log
@- 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)
@
text
@d1 1
a1 2
#!/bin/sh -xve
printenv
a4 6
#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

@

