summaryrefslogtreecommitdiff
path: root/devel/sdcc/Makefile
blob: 89d90a170fa6dff6bed164083ce1e1d2ca0c1ba9 (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
# New ports collection makefile for:	bcc
# Date created:		26 March 1995
# Whom:			joerg
#
# $FreeBSD$
#

PORTNAME=	sdcc
PORTVERSION=	2.1.9
CATEGORIES=	devel lang
MASTER_SITES=	http://www.geocities.com/ResearchTriangle/Forum/1353/
DISTNAME=	${PORTNAME}-${PORTVERSION}Ea

MAINTAINER=	ambrisko@freebsd.org
COMMENT=	Cross compile 8051 code

WRKSRC=		${WRKDIR}/sdcc219Ea
GNU_CONFIGURE=	yes
USE_BISON=	yes
USE_GMAKE=	yes
ALL_TARGET=	dep all

.include <bsd.port.mk>