2006-05-16 01:42:47 +00:00
|
|
|
# New ports collection makefile for: tcc
|
|
|
|
# Date created: 16 May 2006
|
|
|
|
# Whom: Joseph Koshy <jkoshy@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tcc
|
|
|
|
PORTVERSION= 0.9.23
|
2006-05-18 02:48:35 +00:00
|
|
|
PORTREVISION= 1
|
2006-05-16 01:42:47 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://fabrice.bellard.free.fr/tcc/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= jkoshy
|
|
|
|
|
|
|
|
MAINTAINER= jkoshy@FreeBSD.org
|
|
|
|
COMMENT= A small and fast C compiler
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= tcc.1
|
|
|
|
|
2006-05-19 15:40:47 +00:00
|
|
|
CONFLICTS= TenDRA-4*
|
|
|
|
|
2006-05-16 01:42:47 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2006-08-16 22:12:52 +00:00
|
|
|
IGNORE= is unusable; tcc -run works, but little else
|
2006-09-02 20:27:12 +00:00
|
|
|
DEPRECATED= ${IGNORE}
|
|
|
|
EXPIRATION_DATE=2006-12-01
|
2006-05-19 02:07:30 +00:00
|
|
|
|
2006-05-16 01:42:47 +00:00
|
|
|
.include <bsd.port.mk>
|