summaryrefslogtreecommitdiff
path: root/devel/sdcc/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-25 21:07:13 +0000
committertron <tron@pkgsrc.org>2000-08-25 21:07:13 +0000
commitb267ad78748285fe593e32e17af7f25c3b8d3a8c (patch)
treea2a7f053bedf74051ba79532ba6f416c83058eeb /devel/sdcc/Makefile
parentbd4f522b8e1ae72632aaba0238be3a047d332266 (diff)
downloadpkgsrc-b267ad78748285fe593e32e17af7f25c3b8d3a8c.tar.gz
Import "sdcc" from the FreeBSD port collection:
Cross compile 8051 code
Diffstat (limited to 'devel/sdcc/Makefile')
-rw-r--r--devel/sdcc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile
new file mode 100644
index 00000000000..1570591a24d
--- /dev/null
+++ b/devel/sdcc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: bcc
+# Version required: "1995 Mar 12 10:29 UTC"
+# Date created: 26 March 1995
+# Whom: joerg
+#
+# FreeBSD: ports/devel/sdcc/Makefile,v 1.5 2000/04/15 15:13:38 knu Exp
+#
+
+PORTNAME= sdcc
+PORTVERSION= 2.1.9
+CATEGORIES= devel lang
+MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/
+DISTNAME= ${PORTNAME}-${PORTVERSION}Ea
+
+MAINTAINER= ambrisko@whistle.com
+
+WRKSRC= ${WRKDIR}/sdcc219Ea
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+ALL_TARGET= dep all
+
+.include <bsd.port.mk>