head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.14.19.11.35;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.29.18.36.34;	author dim;	state Exp;
branches;
next	1.5;

1.5
date	2011.11.29.10.54.27;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.24.34;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.30.01.23.56;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.30.08.43.49;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.09.17.18.50;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	rexx-wrapper
# Date created:			Nov 11, 2003
# Whom:	      			ijliao
#
# $FreeBSD: head/lang/rexx-wrapper/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	wrapper
PORTVERSION=	2.4
CATEGORIES=	lang
MASTER_SITES=	SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	rexx-
DISTNAME=	RexxWrapper-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool that wraps Rexx source or tokenised code into an executable

BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-rexx=regina
DATADIR=	${PREFIX}/share/rexx${PORTNAME}

post-patch:	.SILENT
	@@${REINPLACE_CMD} -Ee "/^compiler\.unix/s,'.*','${CC:T}'," \
		-e "s,cc\.cc = .*,cc.${CC:T} = '${CC}'," \
		-e "/ opt/s/-[Og][^' ]?//" \
		-e "s,cflags\. = '(.*)',cflags. = '\1 ${CFLAGS}'," \
		${WRKSRC}/rexxwrap.cmd
	@@${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
@


1.7
log
@- Respect CC/CFLAGS

PR:		162913
Submitted by:	Jan Beich <jbeich@@tormail.net>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.6
log
@Add some patches to make this port build with clang.

Feature safe:	yes
@
text
@d26 8
@


1.5
log
@Mark as broken with clang: compiler not recognized.

Feature safe:		yes
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${CC} == "clang"
BROKEN=		Does not configure with clang
.endif

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


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d26 7
a32 1
.include <bsd.port.mk>
@


1.3
log
@Update to 2.4
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	rexx${PORTNAME}
@


1.2
log
@- Update to 2.3
@
text
@d10 1
a10 1
PORTVERSION=	2.3
@


1.1
log
@add rexx-wrapper 2.1
A tool that wraps Rexx source or tokenised code into an executable
@
text
@d10 1
a10 1
PORTVERSION=	2.1
@

