diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 10:14:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 10:14:02 +0800 |
commit | 144001b14605190d483ccbe61ee7787bae4fa51e (patch) | |
tree | 85dfa6596ffc0d23d6d4b4a70616f8611082542f /devel/Makefile | |
parent | af824902525a157c572c9dc4ebfc47e6e9f9f807 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |