mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add examine 20060719, interface for configuring EFL applications.
PR: ports/100571 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
parent
cb660b7dc0
commit
53dc20c5d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168662
@ -59,6 +59,7 @@
|
||||
SUBDIR += emu
|
||||
SUBDIR += erun
|
||||
SUBDIR += eterm
|
||||
SUBDIR += examine
|
||||
SUBDIR += fast-user-switch-applet
|
||||
SUBDIR += fbdesk
|
||||
SUBDIR += fbpanel
|
||||
|
29
x11/examine/Makefile
Normal file
29
x11/examine/Makefile
Normal file
@ -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>
|
3
x11/examine/distinfo
Normal file
3
x11/examine/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (examine-20060719.tar.bz2) = c5ee1e30e3754e511e0a14a2e135f8f8
|
||||
SHA256 (examine-20060719.tar.bz2) = 525c6ef925aed34db672fa3fc6fd2e5269ba1a5447fdc29775efcae663290beb
|
||||
SIZE (examine-20060719.tar.bz2) = 1252192
|
8
x11/examine/pkg-descr
Normal file
8
x11/examine/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user