summaryrefslogtreecommitdiffstats
path: root/devel/sdcc/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-27 03:01:09 +0000
committersteve <steve@FreeBSD.org>1999-09-27 03:01:09 +0000
commit21245557d7b054b515c202105ab44fe5849b9105 (patch)
tree5ca733f3f71f88cfe22ea199233e2cdc36a67919 /devel/sdcc/Makefile
parent4e72dec226225e4eca9c0ddfd94a29640964da3e (diff)
downloadFreeBSD-ports-21245557d7b054b515c202105ab44fe5849b9105.zip
FreeBSD-ports-21245557d7b054b515c202105ab44fe5849b9105.tar.gz
Initial import of sdcc version 2.1.8.
A tool for cross-compiling code for the 8051. PR: 13446 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Diffstat (limited to 'devel/sdcc/Makefile')
-rw-r--r--devel/sdcc/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile
new file mode 100644
index 0000000..4f69033
--- /dev/null
+++ b/devel/sdcc/Makefile
@@ -0,0 +1,21 @@
+# 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>
OpenPOWER on IntegriCloud