mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a5d951b54b
A tool for cross-compiling code for the 8051. PR: 13446 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# New ports collection makefile for: bcc
|
|
# Version required: "1995 Mar 12 10:29 UTC"
|
|
# Date created: 26 March 1995
|
|
# Whom: joerg
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/08/23 01:08:37 hoek Exp $
|
|
#
|
|
|
|
DISTNAME= sdcc-2.1.8Ma
|
|
PKGNAME= sdcc-2.1.8
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
WRKSRC= ${WRKDIR}/sdcc218Ma
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= dep all
|
|
|
|
.include <bsd.port.mk>
|