diff options
author | sem <sem@FreeBSD.org> | 2005-09-04 02:56:33 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-04 02:56:33 +0800 |
commit | c4d108dde3287842c7d574da0237741ee49eba63 (patch) | |
tree | dfdb1b584bf944ac4adf982695435dbf557b2a51 /graphics/Makefile | |
parent | 759753337663829dfe1d8faea46ec40c9216e41d (diff) | |
download | freebsd-ports-gnome-c4d108dde3287842c7d574da0237741ee49eba63.tar.gz freebsd-ports-gnome-c4d108dde3287842c7d574da0237741ee49eba63.tar.zst freebsd-ports-gnome-c4d108dde3287842c7d574da0237741ee49eba63.zip |
Bmp2html is a simple program that converts a bmpfile to to a html file.
PR: ports/84757
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fc58f4c23d96..f908313ba4fc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -34,6 +34,7 @@ SUBDIR += blender-devel SUBDIR += bmeps SUBDIR += bmp-rootvis + SUBDIR += bmp2html SUBDIR += bugle SUBDIR += cadubi SUBDIR += cairo |