aboutsummaryrefslogtreecommitdiff
path: root/lang/ucc/Makefile
blob: 559c27bdbb990dfb71d2d8e01e63492e1c981af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>