diff options
author | will <will@FreeBSD.org> | 2000-12-19 16:46:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 16:46:57 +0800 |
commit | 0b00872b87147eb8752689cc0cbb832b44b9e089 (patch) | |
tree | a155e0deff579405dd9f2c6458c57a93ec899a90 /graphics/Makefile | |
parent | e04e4bc0d6ab2849d9c6800fd6e5ea39113458fd (diff) | |
download | freebsd-ports-gnome-0b00872b87147eb8752689cc0cbb832b44b9e089.tar.gz freebsd-ports-gnome-0b00872b87147eb8752689cc0cbb832b44b9e089.tar.zst freebsd-ports-gnome-0b00872b87147eb8752689cc0cbb832b44b9e089.zip |
Add gom 0.1, a commandline text rendering utility that creates images
from arbitrary text.
PR: 22798
Submitted by: Jeremy Norris <ishmael27@home.com>
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 e2d41d8d2923..1c79d34ce2b7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -62,6 +62,7 @@ SUBDIR += gltk SUBDIR += gnofract4d SUBDIR += gnomeiconedit + SUBDIR += gom SUBDIR += gpaint SUBDIR += gphoto SUBDIR += gplot |