head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.07.28.08.36.47;	author dinoex;	state dead;
branches;
next	1.13;

1.13
date	2012.06.26.04.09.44;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.26.04.09.19;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.21.21;	author dinoex;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2010.03.28.06.38.58;	author dinoex;	state Exp;
branches;
next	1.7;

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

1.6
date	2008.02.01.12.00.42;	author dinoex;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2007.01.31.18.18.04;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.13.03.57.20;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.31.06.15.40;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.14
log
@SVN rev 301637 on 2012-07-28 08:36:47Z by dinoex

- retire steptalk
@
text
@# New ports collection makefile for:	steptalk
# Date created:         29 Oct 2006
# Whom:                 dirk.meyer@@dinoex.sub.org
#
# $FreeBSD: ports/lang/steptalk/Makefile,v 1.13 2012/06/26 04:09:44 dinoex Exp $
#

PORTNAME=	steptalk
PORTVERSION=	0.10.0
PORTREVISION=	5
CATEGORIES=	lang gnustep
MASTER_SITES=	${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR=	libs
DISTNAME=	StepTalk-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The official GNUstep scripting framework

LICENSE=	GPLv2

BROKEN=		does not build with gnustep-base 1.24.0
DEPRECATED=	API no longer supported
EXPIRATION_DATE=	2012-07-20

USE_GNUSTEP=	yes
USE_GNUSTEP_GUI=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}

WRKSRC=		${WRKDIR}/StepTalk
MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
GDL2_PORT?=	databases/gdl2

.if !defined(STEPTALK_WITHOUT_GDL2)
USE_GNUSTEP_LOCAL_LIBS+=	EOInterface:${GDL2_PORT}
PLIST_SUB+=	WITH_GDL2=""

post-configure:
	${REINPLACE_CMD} -e 's|-lgnustep-db2|-lEOAccess|' \
		 -e 's|-lgnustep-db2control|-lEOControl|' \
		 -e 's|-lgnustep-db2modeler|-lEOModeler|' \
		${WRKSRC}/Modules/GDL2/GNUmakefile
.else
PLIST_SUB+=	WITH_GDL2="@@comment "

post-configure:
	${REINPLACE_CMD} -e 's|bundle.make|rules.make|' \
		${WRKSRC}/Modules/GDL2/GNUmakefile
.endif

.include <bsd.port.mk>
@


1.13
log
@- mark DEPRECATED
- reset MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- mark DEPRECATED
- reset MAINTAINER
@
text
@d16 1
a16 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.11
log
@- update png to 1.5.10
@
text
@d21 4
@


1.10
log
@LICENSE GPLv2
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.9
log
@- drop USE_GNUSTEP_PREFIX
@
text
@d19 2
@


1.8
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@a19 1
USE_GNUSTEP_PREFIX=	yes
@


1.7
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
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- Fix build with GDL2 installed
- build with GDL2 Bundle by default
- new option STEPTALK_WITHOUT_GDL2
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@- update for gnustep-make-2.0.0
@
text
@d10 1
a10 1
PORTREVISION=	1
d28 18
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d27 1
@


1.3
log
@- add category gnustep
PR:		103931
Approved by:	pav
@
text
@d10 1
@


1.2
log
@- update to use new bsd.gnustep.mk
Approved by:	gurkan@@linuks.mine.nu
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.1
log
@StepTalk is the official GNUstep scripting framework. StepTalk is more
than a scripting framework with an illusion of single objective
environment between objects of scriptable servers or applications.
StepTalk, when combined with the dynamism that the Objective-C
language provides, goes way beyond mere scripting. It is language
independent - it uses languages as separate bundles.

WWW: http://www.gnustep.org/experience/StepTalk.html
@
text
@a17 2
WRKSRC=		${WRKDIR}/StepTalk
USE_GMAKE=	yes
d23 3
a25 5
MAKEFILE=	GNUmakefile
ALL_TARGET=
LDCONFIG_DIRS=	${LOCALLIBDIR}
INSTALLS_SHLIB=	yes
#NO_FILTER_SHLIBS=	yes
@

