diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-24 17:54:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-24 17:54:26 +0000 |
commit | 53dc20c5d70e638221feaf00e1c00fb6e8838349 (patch) | |
tree | 120619fb9f6b2ded0463951c8ed7d8d48dcedda9 /x11/examine | |
parent | Add eclair 20060719, an EFL powered media player. (diff) |
Add examine 20060719, interface for configuring EFL applications.
PR: ports/100571
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=168662
Diffstat (limited to 'x11/examine')
-rw-r--r-- | x11/examine/Makefile | 29 | ||||
-rw-r--r-- | x11/examine/distinfo | 3 | ||||
-rw-r--r-- | x11/examine/pkg-descr | 8 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11/examine/Makefile b/x11/examine/Makefile new file mode 100644 index 000000000000..1a234f5b3f79 --- /dev/null +++ b/x11/examine/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: examine +# Date created: 2006-07-18 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= examine +PORTVERSION= 20060719 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Interface for configuring EFL applications + +LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \ + ewl.0:${PORTSDIR}/x11-toolkits/ewl + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +PLIST_FILES= bin/examine bin/exsh + +.include <bsd.port.mk> diff --git a/x11/examine/distinfo b/x11/examine/distinfo new file mode 100644 index 000000000000..947efd9aecaf --- /dev/null +++ b/x11/examine/distinfo @@ -0,0 +1,3 @@ +MD5 (examine-20060719.tar.bz2) = c5ee1e30e3754e511e0a14a2e135f8f8 +SHA256 (examine-20060719.tar.bz2) = 525c6ef925aed34db672fa3fc6fd2e5269ba1a5447fdc29775efcae663290beb +SIZE (examine-20060719.tar.bz2) = 1252192 diff --git a/x11/examine/pkg-descr b/x11/examine/pkg-descr new file mode 100644 index 000000000000..7f95e2df8e4a --- /dev/null +++ b/x11/examine/pkg-descr @@ -0,0 +1,8 @@ +Examine is an interface for configuring applications that use ecore_config +from the Enlightenment Foundation Libraries (EFL). +In the Examine package are two applications, examine (still very basic) and +exsh. These applications connect to the configuration library and allow the +user to alter configurations. + +Author: Andrew Elcock <andy@elcock.org> & Azundris <evidence@azundris.com> +WWW: http://www.enlightenment.org/ |