diff options
Diffstat (limited to 'lang/ucc/Makefile')
-rw-r--r-- | lang/ucc/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/ucc/Makefile b/lang/ucc/Makefile new file mode 100644 index 000000000000..559c27bdbb99 --- /dev/null +++ b/lang/ucc/Makefile @@ -0,0 +1,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> |