diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-08 16:43:03 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-08 16:43:03 +0000 |
commit | 049d5568ee951936d4267887813ed5839b1eefab (patch) | |
tree | 8213ef144f2f70cca9979dec544448c44ea39a61 /graphics/Makefile | |
parent | 6d430ce64576495b15def5493c3860c6b0da153d (diff) | |
download | FreeBSD-ports-049d5568ee951936d4267887813ed5839b1eefab.zip FreeBSD-ports-049d5568ee951936d4267887813ed5839b1eefab.tar.gz |
add cairo
Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).
PR: ports/72407
Approved by: adamw (mentor)
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 05412ca..9576e0e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -33,6 +33,7 @@ SUBDIR += bmeps SUBDIR += bugle SUBDIR += cadubi + SUBDIR += cairo SUBDIR += cal3d SUBDIR += camediaplay SUBDIR += cbrpager |