diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:44:14 +0000 |
commit | 18c6805255aedbffee721bc444fe9bebd3ad4c64 (patch) | |
tree | 38924f720481eadccd4357613521ef205165aa3e /graphics/Makefile | |
parent | 5fe1f019d30adf27c75b1c7c7489200acaa41041 (diff) |
xmrm (X Multi Resoultion image Metamorphosis) is an easy-to-use
morphing/warping program akin to xmorph, with some nice features,
like MPEG video creation.
PR: 14379
Submitted by: Tobias Reifenberger <treif@mayn.de>
Notes
Notes:
svn path=/head/; revision=27109
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 fa14a4afb887..40be3bb9c25e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -174,6 +174,7 @@ SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xmovie + SUBDIR += xmrm SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpm |