summaryrefslogtreecommitdiff
path: root/cross/dasm/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-11-20 16:24:43 +0000
committerminskim <minskim>2004-11-20 16:24:43 +0000
commit871dcd5ddbe9dea80cbc20ede5196c5f6c3d1b17 (patch)
treea22f6e63f1f0f4d50f11bce95776b67eb031a32d /cross/dasm/Makefile
parent2b5372486dc32d7c2647049baa7fde97621b2ffc (diff)
downloadpkgsrc-871dcd5ddbe9dea80cbc20ede5196c5f6c3d1b17.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"