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>
23 lines
416 B
Makefile
23 lines
416 B
Makefile
# New ports collection makefile for: ucc
|
|
# Date created: 15 August 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ucc
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SF
|
|
DISTNAME= ucc160
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= C Compiler Which Implements the ANSI C89 Standard
|
|
|
|
USE_ZIP= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|