diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-26 18:12:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-26 18:12:55 +0000 |
commit | c24823bedac3a98fafd4d7cce4072d4d4c7bbdcb (patch) | |
tree | 4e03eb284ddaa9af41a272c807ddc759edb0ab2f /graphics/evas/PLIST | |
parent | 18b57e1bce59b5fc5bf5444fb6d583625a60995d (diff) | |
download | pkgsrc-c24823bedac3a98fafd4d7cce4072d4d4c7bbdcb.tar.gz |
Import a minimal version of evas-0.9.9.050.
This package is based on wip/evas, originally packaged by airhead AT
users.sf.net and maintained by YazzY (yazzy AT yazzy.org).
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
Diffstat (limited to 'graphics/evas/PLIST')
-rw-r--r-- | graphics/evas/PLIST | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/evas/PLIST b/graphics/evas/PLIST new file mode 100644 index 00000000000..d8fb387f77e --- /dev/null +++ b/graphics/evas/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:12:55 minskim Exp $ +include/Evas.h +include/Evas_Data.h +lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la +lib/libevas.la +lib/pkgconfig/evas.pc +@exec ${MKDIR} %D/lib/evas/modules/savers +@dirrm lib/evas/modules/savers +@exec ${MKDIR} %D/lib/evas/modules/loaders +@dirrm lib/evas/modules/loaders +@dirrm lib/evas/modules/engines/software_generic/${MODULE_ARCH} +@dirrm lib/evas/modules/engines/software_generic +@dirrm lib/evas/modules/engines +@dirrm lib/evas/modules +@dirrm lib/evas |