24 lines
437 B
Makefile
24 lines
437 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/${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>
|