diff options
author | minskim <minskim> | 2004-11-20 16:24:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-20 16:24:43 +0000 |
commit | 871dcd5ddbe9dea80cbc20ede5196c5f6c3d1b17 (patch) | |
tree | a22f6e63f1f0f4d50f11bce95776b67eb031a32d /cross/dasm/Makefile | |
parent | 2b5372486dc32d7c2647049baa7fde97621b2ffc (diff) | |
download | pkgsrc-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/Makefile | 23 |
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" |