head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.58;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.31.08.10.20;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.00.24.36;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.25.21.11.18;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ucc
# Date created:				15 August 2008
# Whom:					Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/lang/ucc/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ucc
PORTVERSION=	1.6.0
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME}/OldFiles
DISTNAME=	ucc160

MAINTAINER=	wenheping@@gmail.com
COMMENT=	C Compiler Which Implements the ANSI C89 Standard

USE_ZIP=	yes
USE_DOS2UNIX=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

USE_LDCONFIG=	yes

post-patch:	.SILENT
	${REINPLACE_CMD} 's/make/$$(MAKE)/' \
		${WRKSRC}/Makefile
	${REINPLACE_CMD} -e '/^CC[[:blank:]]*=/d' \
		-e '/^CFLAGS/ { s/=/+=/; s/-g//; }' \
		-e '/:[[:blank:]]/s/\.c/.o/g' \
		-e 's/$$^/$$>/g' \
		${WRKSRC}/driver/Makefile \
		${WRKSRC}/ucl/Makefile

.include <bsd.port.mk>
@


1.3
log
@- respect CC/CFLAGS, now build with clang

PR:		ports/161943
Submitted by:	Nali Toja <nalitoja@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d18 1
a20 1
USE_GMAKE=	yes
d23 10
@


1.1
log
@Ucc is a C compiler which implements the ANSI C89
standard with a few extensions. Ucc is released
under BSD license.

Ucc is specificaly designed for personal research
and assist the undergraduate or graduate in compiler
learning. We hope that Ucc will be a seedbed for new
ideas and world-class optimizing techniques.

Ucc's design and development goals is clear code
structure,upstanding extensibility,retargetable and
excellent optimization.

WWW:   http://ucc.sf.net

PR:		ports/126551
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@

