diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 13:26:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 13:26:24 +0800 |
commit | e7a37c28efaabf2e3d5fe5c735e35029ed4c5291 (patch) | |
tree | ac39a53717879a704f85a99ad7959b30dd06762c /textproc/Makefile | |
parent | e66d0128c6d1e73af087ed6af020bb8669820cfb (diff) | |
download | freebsd-ports-gnome-e7a37c28efaabf2e3d5fe5c735e35029ed4c5291.tar.gz freebsd-ports-gnome-e7a37c28efaabf2e3d5fe5c735e35029ed4c5291.tar.zst freebsd-ports-gnome-e7a37c28efaabf2e3d5fe5c735e35029ed4c5291.zip |
Add libcroco-0.3.0.
libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.
This library is being written to bring the css support
to the mlview xml editor project but it can be used
for other applications as well.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e40487d21aab..ed49dc0171df 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -130,6 +130,7 @@ SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte + SUBDIR += libcroco SUBDIR += libebml SUBDIR += liblrdf SUBDIR += libtre |