summaryrefslogtreecommitdiff
path: root/cross/cc65/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-08 19:53:47 +0000
committerwiz <wiz>2008-10-08 19:53:47 +0000
commitc156f6865c5da3ed970ff44f70e794a208185c1f (patch)
tree1dcf2e74c9cf023ccd4a18604f17e1f44d080847 /cross/cc65/Makefile
parent19ac8f96cdef62712163a7c0e7cc458b05915bbf (diff)
downloadpkgsrc-c156f6865c5da3ed970ff44f70e794a208185c1f.tar.gz
Initial import of cc65-2.12.0, packaged for pkgsrc-wip by Tim Larson:
cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
Diffstat (limited to 'cross/cc65/Makefile')
-rw-r--r--cross/cc65/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile
new file mode 100644
index 00000000000..3452386f576
--- /dev/null
+++ b/cross/cc65/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 19:53:47 wiz Exp $
+#
+
+DISTNAME= cc65-sources-2.12.0
+PKGNAME= ${DISTNAME:S/-sources//}
+CATEGORIES= cross lang
+MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= christtrekker@users.sourceforge.net
+HOMEPAGE= http://www.cc65.org/
+COMMENT= C cross compiler for 6502 target systems
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+MAKE_FILE= make/gcc.mak
+USE_TOOLS+= gmake perl
+REPLACE_PERL= src/ca65html/ca65html
+
+.include "../../mk/bsd.pkg.mk"