summaryrefslogtreecommitdiff
path: root/cross/dasm/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-11-20 16:24:43 +0000
committerminskim <minskim@pkgsrc.org>2004-11-20 16:24:43 +0000
commit14a670bf93e05dedbd0d4cf4bea359179c465833 (patch)
treea22f6e63f1f0f4d50f11bce95776b67eb031a32d /cross/dasm/Makefile
parent5fa82e8e80b44178ac920f47367d09692f1dfc3d (diff)
downloadpkgsrc-14a670bf93e05dedbd0d4cf4bea359179c465833.tar.gz
Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com)
in PR pkg/19899 and modified by me. DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11 processors. It is very popular for hacking/cross-developing on old 6502-based video game systems from Atari, Nintendo, etc. DASM processes output from the Distella Atari ROM disassembler without modification.
Diffstat (limited to 'cross/dasm/Makefile')
-rw-r--r--cross/dasm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile
new file mode 100644
index 00000000000..7b892a8b3e2
--- /dev/null
+++ b/cross/dasm/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 16:24:43 minskim Exp $
+#
+
+DISTNAME= dasm212
+PKGNAME= dasm-2.12
+CATEGORIES= cross
+MASTER_SITES= http://members.cox.net/rcolbert/zip/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= mor@linex.com
+HOMEPAGE= http://members.cox.net/rcolbert/dasm.htm
+COMMENT= Multi-CPU cross-assembler for 6502, 6803 and 68HC11
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+WRKSRC= ${WRKDIR}
+NO_CONFIGURE= YES
+
+MAKEFILE= ${FILESDIR}/Makefile
+
+INSTALLATION_DIRS= bin
+
+.include "../../mk/bsd.pkg.mk"