summaryrefslogtreecommitdiff
path: root/lang/tcc/Makefile
blob: 9c2725405a55006b512472e2f8360b58fe49753a (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:    tcc
# Date created:         24 Jun 2008
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=	tcc
PORTVERSION=	0.9.24
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	tinycc

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Tiny C Compiler

ONLY_FOR_ARCHS=	i386
CONFLICTS=	TenDRA-*

USE_BZIP2=	yes
HAS_CONFIGURE=	yes
USE_PERL5_BUILD=yes
USE_GMAKE=	yes
MAKE_ARGS+=	CONFIG_NOLDL=1
MAN1=	tcc.1

.if defined(NOPORTDOCS)
MAKE_ARGS+=	NOPORTDOCS=1
.endif

.include <bsd.port.mk>