summaryrefslogtreecommitdiff
path: root/cross/asm6809/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/asm6809/Makefile')
-rw-r--r--cross/asm6809/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/cross/asm6809/Makefile b/cross/asm6809/Makefile
new file mode 100644
index 00000000000..6a47ce5448c
--- /dev/null
+++ b/cross/asm6809/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/03/05 16:11:49 jperkin Exp $
+
+DISTNAME= asm6809-2.12
+CATEGORIES= cross
+MASTER_SITES= https://www.6809.org.uk/asm6809/dl/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://www.6809.org.uk/asm6809/dl/
+COMMENT= Portable assembler targeting Motorola 6809 and Hitachi 6309
+LICENSE= gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"