head	1.27;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.25
	RELEASE_7_4_0:1.24
	RELEASE_8_2_0:1.24
	RELEASE_6_EOL:1.24
	RELEASE_8_1_0:1.24
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6;
locks; strict;
comment	@# @;


1.27
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.01.05.21.18;	author dinoex;	state Exp;
branches;
next	1.25;

1.25
date	2011.09.23.22.23.43;	author amdmi3;	state Exp;
branches;
next	1.24;

1.24
date	2010.05.31.01.59.32;	author ade;	state Exp;
branches;
next	1.23;

1.23
date	2010.03.28.06.38.54;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2010.02.05.11.40.14;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2010.01.30.09.43.29;	author mva;	state Exp;
branches;
next	1.20;

1.20
date	2009.07.31.13.53.14;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2009.02.02.23.44.00;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2009.01.23.16.27.44;	author flz;	state Exp;
branches;
next	1.17;

1.17
date	2008.06.06.13.41.11;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2008.03.21.20.30.19;	author beech;	state Exp;
branches;
next	1.15;

1.15
date	2008.03.13.14.28.26;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2007.07.05.23.39.05;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2007.05.19.20.13.43;	author flz;	state Exp;
branches;
next	1.12;

1.12
date	2007.04.26.14.08.55;	author shaun;	state Exp;
branches;
next	1.11;

1.11
date	2006.12.05.00.25.04;	author rafan;	state Exp;
branches;
next	1.10;

1.10
date	2006.11.05.09.46.37;	author lawrance;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.31.07.15.00;	author lawrance;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.20.11.21.46;	author stas;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.09.20.52.16;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2004.04.12.04.27.24;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.03.16.04.23.51;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.07.23.39.09;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.04.36.05;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.23.18.12.00;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.05.04.21.24;	author pav;	state Exp;
branches;
next	;


desc
@@


1.27
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lush
# Date created:				20 May 2003
# Whom:					David Yeske <dyeske@@gmail.com>
#
# $FreeBSD: head/lang/lush/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	lush
PORTVERSION=	1.2.1
PORTREVISION=	9
CATEGORIES=	lang
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A high level object-oriented programming language

USE_GETTEXT=	yes
USE_XORG=	xt xft
USE_GL=		yes
USE_SDL=	sdl image
GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/lush

CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include

CONFIGURE_ARGS=	--without-bfd

MAN1=		lush.1

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not build on sparc64
.endif

post-patch:
	@@${REINPLACE_CMD} -E -e \
		's|opt=.+$$||; \
		s|-O3||; \
		s|-Wall||; \
		s|-pthread|${PTHREAD_LIBS}|' \
		${WRKSRC}/configure

pre-install:
	@@${FIND} ${WRKSRC}/ -name "*.bak" -delete

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


1.26
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.25
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 1
a9 1
PORTREVISION=	8
@


1.24
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d24 2
a25 2
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
		LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib"
@


1.23
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 1
PORTREVISION=	7
@


1.22
log
@- update to jpeg-8
@
text
@d9 1
a9 1
PORTREVISION=	6
@


1.21
log
@- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
@
text
@d9 1
a9 1
PORTREVISION=	5
@


1.20
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d9 1
a9 1
PORTREVISION=	4
@


1.19
log
@Reset dyeske@@gmail.com at his request.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTREVISION=	3
@


1.18
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
@d13 1
a13 1
MAINTAINER=	dyeske@@gmail.com
@


1.17
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d17 1
@


1.16
log
@- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision

Approved by:	David Yeske <dyeske@@gmail.com> (maintainer, implicit)
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.15
log
@- Chase devel/sdl12 shlib version bump
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	lush
a16 1
USE_X_PREFIX=	yes
@


1.14
log
@dyeske at yahoo dot com -> dyeske at gmail dot com
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.13
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d3 1
a3 1
# Whom:					David Yeske <dyeske@@yahoo.com>
d14 1
a14 1
MAINTAINER=	dyeske@@yahoo.com
@


1.12
log
@- Remove FreeBSD 4.x checks.

PR:		ports/112021, ports/112035, ports/112064
Submitted by:	David Yeske <dyeske@@yahoo.com> (maintainer)
@
text
@d9 1
@


1.11
log
@- Update to 1.2.1
- portlint(1)

PR:		ports/105647
Submitted by:	Paul Dlug <paul at aps.org>
Approved by:	David Yeske <dyeske at yahoo.com> (maintainer)
@
text
@a36 4
.if ${OSVERSION} < 500000
BROKEN=		Does not build
.endif

@


1.10
log
@Mark BROKEN on 4.x.

Reported by:	kris
@
text
@d8 1
a8 1
PORTVERSION=	1.2
d22 2
d34 1
a34 1
BROKEN=		"Does not build on sparc64"
@


1.9
log
@Update to 1.2.

PR:		ports/104368
Submitted by:	Paul Dlug <paul@@aps.org>
Approved by:	dyeske@@yahoo.com (maintainer, timeout 2 weeks)
@
text
@d35 4
@


1.8
log
@ - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
@
text
@d8 1
a8 2
PORTVERSION=	0.99
PORTREVISION=	3
@


1.7
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d9 1
a9 1
PORTREVISION=	2
d44 2
a45 5
	@@${FIND} ${WRKSRC} | \
		${XARGS} ${EGREP} -l '(SDL/SDL)' | \
		${XARGS} ${REINPLACE_CMD} -e \
		's|SDL/SDL|SDL11/SDL|; \
		s|"libSDL"|\"libSDL-1.1.so.5\"|'
@


1.6
log
@BROKEN on sparc64: Does not build
@
text
@a21 1
USE_REINPLACE=	yes
@


1.5
log
@Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
@
text
@d31 6
d51 1
a51 1
.include <bsd.port.mk>
@


1.4
log
@Let ports use the USE_SDL macro

PR:		ports/61807
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.3
log
@Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento
@
text
@a16 2
LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image

d20 1
a20 1
USE_SDL=	yes
@


1.2
log
@Now gettext 0.12.1 is gettext-old.
@
text
@d9 1
d17 1
a17 2
LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image \
		intl.5:${PORTSDIR}/devel/gettext-old
d19 1
@


1.1
log
@Add lush, an object-oriented programming language designed for
researchers, experimenters, and engineers interested in large-scale
numerical and graphic applications.  Lush is designed to be used in
situations where one would want to combine the flexibility of a
high-level, loosely-typed interpreted language, with the efficiency
of a strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.

WWW: http://lush.sourceforge.net/

PR:		ports/60906
Submitted by:	David Yeske <dyeske@@yahoo.com>
@
text
@d17 1
a17 1
		intl.5:${PORTSDIR}/devel/gettext
@

