blob: 667c6dd02b02e9444f773709f1b3d2b7819d152b (
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/${PORTNAME}/OldFiles
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>
|