mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
f2471c47f1
Reminded by: Volker Stolz <stolz at i2.informatik.rwth-aachen.de>
31 lines
562 B
Makefile
31 lines
562 B
Makefile
# New ports collection makefile for: tcc
|
|
# Date created: 16 May 2006
|
|
# Whom: Joseph Koshy <jkoshy@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcc
|
|
PORTVERSION= 0.9.23
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
CONFLICTS= TenDRA-4*
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
BROKEN= tcc -run works, but little else
|
|
|
|
.include <bsd.port.mk>
|