head	1.4;
access;
symbols
	old_RELEASE_6_EOL:1.3
	old_old_RELEASE_8_1_0:1.2
	old_old_RELEASE_7_3_0:1.2
	old_old_RELEASE_8_0_0:1.2
	old_old_RELEASE_7_2_0:1.2
	old_old_RELEASE_7_1_0:1.1
	old_old_RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.02.02.06.56.29;	author olgeni;	state dead;
branches;
next	1.3;

1.3
date	2010.08.08.09.28.46;	author olgeni;	state Exp;
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.4
log
@Refactor and make X11 support optional.

Submitted by:	ashish
Feature safe:	yes
@
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.3
log
@Document repocopy of lang/plt-scheme (4.2.4) to lang/racket.

PR:		ports/149198
Submitted by:	olgeni
Repocopy by:	marcus
@
text
@@


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

@

