summaryrefslogtreecommitdiff
path: root/graphics/evas-xpm
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-27 04:20:48 +0000
committerminskim <minskim>2009-02-27 04:20:48 +0000
commit441ffc99967cfabcbb6cba2ff1abb3aead83792d (patch)
treee98e2bbe6d0e8b9852a8d669d8ca37f0e7213308 /graphics/evas-xpm
parent4e0cae7658bc3b47550483ea4dcbf20c071cd2dc (diff)
downloadpkgsrc-441ffc99967cfabcbb6cba2ff1abb3aead83792d.tar.gz
Import evas-xpm-0.9.9.050 as graphics/evas-xpm.
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. This is the XPM image loader of Evas.
Diffstat (limited to 'graphics/evas-xpm')
-rw-r--r--graphics/evas-xpm/DESCR5
-rw-r--r--graphics/evas-xpm/Makefile18
-rw-r--r--graphics/evas-xpm/PLIST4
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/evas-xpm/DESCR b/graphics/evas-xpm/DESCR
new file mode 100644
index 00000000000..7279e41a913
--- /dev/null
+++ b/graphics/evas-xpm/DESCR
@@ -0,0 +1,5 @@
+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.
+
+This is the XPM image loader of Evas.
diff --git a/graphics/evas-xpm/Makefile b/graphics/evas-xpm/Makefile
new file mode 100644
index 00000000000..c2de26e80e1
--- /dev/null
+++ b/graphics/evas-xpm/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/evas/evas-xpm/}
+
+COMMENT= Evas XPM image loader
+
+EVAS_IMAGE_LOADERS= xpm
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS= src/modules/loaders/xpm
+MAKE_FLAGS+= module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/evas-xpm/PLIST b/graphics/evas-xpm/PLIST
new file mode 100644
index 00000000000..1e377a7c1d6
--- /dev/null
+++ b/graphics/evas-xpm/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
+lib/evas/modules/loaders/xpm/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/xpm/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/xpm