diff options
author | maho <maho@FreeBSD.org> | 2003-10-04 09:17:35 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-04 09:17:35 +0800 |
commit | da28b22a18a6a1c33f5b90b2e8d3592ad3555537 (patch) | |
tree | 1d6f5d641838e33b7bb8bccc3923820b7a6e3d0c /graphics/Makefile | |
parent | b3466d8901dcd933bd1bc3e152951980846030b3 (diff) | |
download | freebsd-ports-gnome-da28b22a18a6a1c33f5b90b2e8d3592ad3555537.tar.gz freebsd-ports-gnome-da28b22a18a6a1c33f5b90b2e8d3592ad3555537.tar.zst freebsd-ports-gnome-da28b22a18a6a1c33f5b90b2e8d3592ad3555537.zip |
Add a new port graphics/libEMF.
This is a C/C++ library which provides a drawing toolkit
based on ECMA-234. The general purpose of this library is
to create vector graphics files on POSIX systems which can
be imported into StarOffice/OpenOffice.
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 5efdd2be4df5..030cbf384f91 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -186,6 +186,7 @@ SUBDIR += libart_lgpl2 SUBDIR += libaux SUBDIR += libdjvu++ + SUBDIR += libemf SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libflash |