summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmedia-gfx/ephoto/ephoto-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/ephoto/ephoto-9999.ebuild b/media-gfx/ephoto/ephoto-9999.ebuild
new file mode 100755
index 00000000..db8377e1
--- /dev/null
+++ b/media-gfx/ephoto/ephoto-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+ECVS_MODULE="e17/proto/ephoto"
+inherit enlightenment
+
+DESCRIPTION="EFL-based slideshow creator"
+
+IUSE="nls"
+
+DEPEND="x11-libs/evas
+ x11-libs/ecore
+ x11-libs/ewl
+ media-libs/edje"
+
+src_compile() {
+ export MY_ECONF="
+ $(use_enable nls)
+ "
+ enlightenment_src_compile
+}