head	1.11;
access;
symbols
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2010.08.08.12.38.25;	author olgeni;	state dead;
branches;
next	1.10;

1.10
date	2010.03.28.06.38.57;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.05.11.40.17;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.04.16.29.36;	author olgeni;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.06.10.59.33;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.02.19.34.30;	author mezz;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.18.11.11.09;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.23.16.27.44;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.23.14.15.11;	author amdmi3;	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.11
log
@Remove lang/plt-scheme, which became lang/racket.
@
text
@# New ports collection Makefile for:    DrScheme
# Date created:         21 Jun 2001
# Whom:                 Joseph Koshy <jkoshy@@FreeBSD.org>
#
# $FreeBSD: ports/lang/plt-scheme/Makefile,v 1.10 2010/03/28 06:38:57 dinoex Exp $
#

PORTNAME=	plt-scheme
PORTVERSION=	4.2.4
PORTREVISION=	2
CATEGORIES=	lang scheme
MASTER_SITES=	http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/\
		http://plt.cs.uchicago.edu/bundles/${PORTVERSION}/plt/\
		http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/\
		http://mirror.informatik.uni-tuebingen.de/mirror/plt/${PORTVERSION}/plt/\
		ftp://infogroep.be/pub/plt/bundles/${PORTVERSION}/plt/\
		http://gd.tuwien.ac.at/languages/scheme/plt/${PORTVERSION}/plt/
DISTFILES=	plt-${PORTVERSION}-src-unix.tgz ${PLTPATCHES}
DIST_SUBDIR=	plt-scheme/${PORTVERSION}
EXTRACT_ONLY=	plt-${PORTVERSION}-src-unix.tgz

MAINTAINER=	areilly@@bigpond.net.au
COMMENT=	An interactive, integrated, graphical Scheme programming environment

LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo	\
		jpeg.11:${PORTSDIR}/graphics/jpeg	\
		png.6:${PORTSDIR}/graphics/png

USE_XORG=	xft x11 xrender xaw
CONFIGURE_ARGS=	--prefix=${PREFIX} --enable-shared --enable-xft --enable-gl \
		--enable-xrender --enable-cairo --with-x --enable-pthread \
		--enable-lt=${LIBTOOL} \
		CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
		CPPFLAGS="${CPPFLAGS}"

# Force the "configure" script to look in $LOCALBASE for -lpng and -ljpeg
LDFLAGS+=	-L${LOCALBASE}/lib
CPPFLAGS+=	-I${LOCALBASE}/include

WRKSRC=		${WRKDIR}/plt-${PORTVERSION}/src/build
USE_ICONV=	yes
USE_GL=		yes
USE_LDCONFIG=	yes
USE_AUTOTOOLS=	libtool:22:env

# no man files in this version: run plt-help for helpdesk
MAN1=	drscheme.1 mred.1 mzc.1 mzscheme.1 \
	plt-help.1 setup-plt.1 tex2page.1

#CGC is deprecated now
# OPTIONS=      CGC "With CGC garbage collector" off

ONLY_FOR_ARCHS=	i386 amd64

PLIST_SUB+=	ARCH=${ARCH}

PLTPATCHES=	# none yet for this version

.include <bsd.port.pre.mk>

#.if defined(WITH_CGC)
#ALL_TARGET=		both
#INSTALL_TARGET=	install-both
#PLIST_SUB+=		CGC=""
#.else
#PLIST_SUB+=		CGC="@@comment "
#.endif

.if ${ARCH} == "amd64"
CPPFLAGS+=	-DLONG64
.endif

pre-patch:
	@@${MKDIR} ${WRKSRC}

.include <bsd.port.post.mk>
@


1.10
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 1
a27 1
		png.5:${PORTSDIR}/graphics/png
@


1.8
log
@* Upgrade to version 4.2.4.
* Remove CONFLICTS on lang/drscheme, which was removed from the tree.
* Suppress echo in pre-patch.
* Fix whitespace.

Approved by:	maintainer
@
text
@d10 1
d26 1
a26 1
		jpeg.10:${PORTSDIR}/graphics/jpeg	\
@


1.7
log
@Upgrade to version 4.2.3.

Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	4.2.3
a57 2
CONFLICTS=	lang/drscheme

d61 3
a63 3
#ALL_TARGET=            both
#INSTALL_TARGET=                install-both
#PLIST_SUB+=            CGC=""
d65 1
a65 1
#PLIST_SUB+=            CGC="@@comment "
d73 1
a73 1
	${MKDIR} ${WRKSRC}
@


1.6
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	4.1.4
PORTREVISION=	2
@


1.5
log
@- update to jpeg7
Tested by:	pav on pointyhat
@
text
@d44 1
a44 1
USE_AUTOTOOLS=	libtool:15:env
@


1.4
log
@- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
@
text
@d10 1
a10 1
PORTREVISION=	1
d26 1
a26 1
		jpeg.9:${PORTSDIR}/graphics/jpeg	\
@


1.3
log
@- Update to 4.1.4

PR:		130859
Submitted by:	Andrew Reilly <areilly at bigpond dot net dot au> (maintainer)
@
text
@d10 1
@


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
@d9 1
a9 1
PORTVERSION=	4.1.2
@


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
@d9 1
a9 1
PORTVERSION=	4.0.2
@

