aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-06 10:14:02 +0800
committeredwin <edwin@FreeBSD.org>2003-10-06 10:14:02 +0800
commit144001b14605190d483ccbe61ee7787bae4fa51e (patch)
tree85dfa6596ffc0d23d6d4b4a70616f8611082542f /devel/Makefile
parentaf824902525a157c572c9dc4ebfc47e6e9f9f807 (diff)
downloadfreebsd-ports-gnome-144001b14605190d483ccbe61ee7787bae4fa51e.tar.gz
freebsd-ports-gnome-144001b14605190d483ccbe61ee7787bae4fa51e.tar.zst
freebsd-ports-gnome-144001b14605190d483ccbe61ee7787bae4fa51e.zip
New port: a small assembly to HTML convert
asm2html is a small tool to convert NASM syntax assembly code to nice-looking HTML. This makes it alot easier to view assembly source code on websites. PR: ports/47026 Submitted by: Douwe Kiela <virtus@wanadoo.nl>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 16d02fc1c6e2..6a3fee7c7e1f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -42,6 +42,7 @@
SUBDIR += as80
SUBDIR += asis
SUBDIR += asl
+ SUBDIR += asm2html
SUBDIR += asmutils
SUBDIR += astyle
SUBDIR += atk