diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-06-16 18:08:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-06-16 18:08:38 +0800 |
commit | de63b3949c8a6a09bb1dc131af3bc88edb12e8c7 (patch) | |
tree | 7c180706d79b17af0501085f6c10b24ae629b55f /x11-toolkits/ewl | |
parent | bd226fff842cf2893265ed272987420af043e6f4 (diff) | |
download | freebsd-ports-gnome-de63b3949c8a6a09bb1dc131af3bc88edb12e8c7.tar.gz freebsd-ports-gnome-de63b3949c8a6a09bb1dc131af3bc88edb12e8c7.tar.zst freebsd-ports-gnome-de63b3949c8a6a09bb1dc131af3bc88edb12e8c7.zip |
Add ewl, it's an Enlightened Widget Library.
Diffstat (limited to 'x11-toolkits/ewl')
-rw-r--r-- | x11-toolkits/ewl/Makefile | 30 | ||||
-rw-r--r-- | x11-toolkits/ewl/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/ewl/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/ewl/pkg-plist | 103 |
4 files changed, 136 insertions, 0 deletions
diff --git a/x11-toolkits/ewl/Makefile b/x11-toolkits/ewl/Makefile new file mode 100644 index 000000000000..81484a28b261 --- /dev/null +++ b/x11-toolkits/ewl/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ewl +# Date created: 08/08/2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= ewl +PORTVERSION= 0.0.4.003 +CATEGORIES= x11-toolkits +MASTER_SITES= http://enlightenment.freedesktop.org/files/ + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Enlightened Widget Library + +LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \ + edb.1:${PORTSDIR}/databases/edb \ + evas.1:${PORTSDIR}/graphics/evas \ + edje.5:${PORTSDIR}/graphics/edje \ + ecore.1:${PORTSDIR}/x11/ecore + +USE_X_PREFIX= yes +USE_LIBTOOL_VER= 15 +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig gnometarget +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/ewl/distinfo b/x11-toolkits/ewl/distinfo new file mode 100644 index 000000000000..9451d10bbe98 --- /dev/null +++ b/x11-toolkits/ewl/distinfo @@ -0,0 +1,2 @@ +MD5 (ewl-0.0.4.003.tar.gz) = 00adc44c1b79bab7f249687979662145 +SIZE (ewl-0.0.4.003.tar.gz) = 1201386 diff --git a/x11-toolkits/ewl/pkg-descr b/x11-toolkits/ewl/pkg-descr new file mode 100644 index 000000000000..c0c047f93e5e --- /dev/null +++ b/x11-toolkits/ewl/pkg-descr @@ -0,0 +1 @@ +EWL is a widget library which uses the E Foundation Libraries (EFL). diff --git a/x11-toolkits/ewl/pkg-plist b/x11-toolkits/ewl/pkg-plist new file mode 100644 index 000000000000..da7fc50bc14f --- /dev/null +++ b/x11-toolkits/ewl/pkg-plist @@ -0,0 +1,103 @@ +bin/ewl-config +bin/ewl_edb_ed +bin/ewl_embed_test +bin/ewl_simple_test +bin/ewl_test +include/ewl/Ewl.h +include/ewl/ewl_border.h +include/ewl/ewl_box.h +include/ewl/ewl_button.h +include/ewl/ewl_button_stock.h +include/ewl/ewl_callback.h +include/ewl/ewl_cell.h +include/ewl/ewl_check.h +include/ewl/ewl_checkbutton.h +include/ewl/ewl_colorpicker.h +include/ewl/ewl_combo.h +include/ewl/ewl_config.h +include/ewl/ewl_container.h +include/ewl/ewl_debug.h +include/ewl/ewl_dialog.h +include/ewl/ewl_embed.h +include/ewl/ewl_entry.h +include/ewl/ewl_enums.h +include/ewl/ewl_events.h +include/ewl/ewl_filedialog.h +include/ewl/ewl_fileselector.h +include/ewl/ewl_floater.h +include/ewl/ewl_grid.h +include/ewl/ewl_image.h +include/ewl/ewl_imenu.h +include/ewl/ewl_macros.h +include/ewl/ewl_menu.h +include/ewl/ewl_menu_base.h +include/ewl/ewl_menubar.h +include/ewl/ewl_misc.h +include/ewl/ewl_notebook.h +include/ewl/ewl_object.h +include/ewl/ewl_overlay.h +include/ewl/ewl_paned.h +include/ewl/ewl_password.h +include/ewl/ewl_progressbar.h +include/ewl/ewl_radiobutton.h +include/ewl/ewl_row.h +include/ewl/ewl_scrollbar.h +include/ewl/ewl_scrollpane.h +include/ewl/ewl_seeker.h +include/ewl/ewl_selectionbar.h +include/ewl/ewl_selectionbook.h +include/ewl/ewl_separator.h +include/ewl/ewl_spacer.h +include/ewl/ewl_spectrum.h +include/ewl/ewl_spinner.h +include/ewl/ewl_statusbar.h +include/ewl/ewl_table.h +include/ewl/ewl_text.h +include/ewl/ewl_theme.h +include/ewl/ewl_tooltip.h +include/ewl/ewl_tree.h +include/ewl/ewl_widget.h +include/ewl/ewl_window.h +lib/libewl.a +lib/libewl.so +lib/libewl.so.0 +libdata/pkgconfig/ewl.pc +share/aclocal/ewl.m4 +%%DATADIR%%/examples/ewl_border_test.c +%%DATADIR%%/examples/ewl_box_test.c +%%DATADIR%%/examples/ewl_button_test.c +%%DATADIR%%/examples/ewl_colorpicker_test.c +%%DATADIR%%/examples/ewl_combo_test.c +%%DATADIR%%/examples/ewl_dialog_test.c +%%DATADIR%%/examples/ewl_entry_test.c +%%DATADIR%%/examples/ewl_filedialog_test.c +%%DATADIR%%/examples/ewl_fileselector_test.c +%%DATADIR%%/examples/ewl_floater_test.c +%%DATADIR%%/examples/ewl_image_test.c +%%DATADIR%%/examples/ewl_imenu_test.c +%%DATADIR%%/examples/ewl_menu_bar_test.c +%%DATADIR%%/examples/ewl_menu_test.c +%%DATADIR%%/examples/ewl_notebook_test.c +%%DATADIR%%/examples/ewl_paned_test.c +%%DATADIR%%/examples/ewl_password_test.c +%%DATADIR%%/examples/ewl_progressbar_test.c +%%DATADIR%%/examples/ewl_seeker_test.c +%%DATADIR%%/examples/ewl_selectionbar_test.c +%%DATADIR%%/examples/ewl_selectionbook_test.c +%%DATADIR%%/examples/ewl_spinner_test.c +%%DATADIR%%/examples/ewl_statusbar_test.c +%%DATADIR%%/examples/ewl_table_test.c +%%DATADIR%%/examples/ewl_test.c +%%DATADIR%%/examples/ewl_test.h +%%DATADIR%%/examples/ewl_textarea_test.c +%%DATADIR%%/examples/ewl_theme_test.c +%%DATADIR%%/examples/ewl_tooltip_test.c +%%DATADIR%%/examples/ewl_tree_test.c +%%DATADIR%%/themes/default.edj +%%DATADIR%%/themes/e17.edj +%%DATADIR%%/themes/skeleton.edj +%%DATADIR%%/themes/zero.edj +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%% +@dirrm include/ewl |