diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-07-25 01:56:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-07-25 01:56:08 +0800 |
commit | 80347a5710efa3695a0b9697b6c6d97f32b5215e (patch) | |
tree | 3ed20045f947784e0cd2b5864282bfc5f7bd564c /x11/e17-module-engage | |
parent | a1b9648353214159cd383b281e2f3b78dc237cac (diff) | |
download | freebsd-ports-gnome-80347a5710efa3695a0b9697b6c6d97f32b5215e.tar.gz freebsd-ports-gnome-80347a5710efa3695a0b9697b6c6d97f32b5215e.tar.zst freebsd-ports-gnome-80347a5710efa3695a0b9697b6c6d97f32b5215e.zip |
Add e17-module-engage 20060719, alternative e17 application launcher
with tray support.
PR: ports/100577
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11/e17-module-engage')
-rw-r--r-- | x11/e17-module-engage/Makefile | 32 | ||||
-rw-r--r-- | x11/e17-module-engage/distinfo | 3 | ||||
-rw-r--r-- | x11/e17-module-engage/pkg-descr | 5 | ||||
-rw-r--r-- | x11/e17-module-engage/pkg-plist | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/x11/e17-module-engage/Makefile b/x11/e17-module-engage/Makefile new file mode 100644 index 000000000000..22e748dae2d6 --- /dev/null +++ b/x11/e17-module-engage/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: e17-module-engage +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= engage +PORTVERSION= 20060719 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Alternative e17 application launcher with tray support + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +LIB_DEPENDS= esmart_trans_x11.0:${PORTSDIR}/graphics/esmart +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnometarget +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} + +.include <bsd.port.mk> diff --git a/x11/e17-module-engage/distinfo b/x11/e17-module-engage/distinfo new file mode 100644 index 000000000000..ca119503d594 --- /dev/null +++ b/x11/e17-module-engage/distinfo @@ -0,0 +1,3 @@ +MD5 (engage-20060719.tar.bz2) = dad08a715f7bfd50589d6e64df578e12 +SHA256 (engage-20060719.tar.bz2) = 62ca3c1af30c51d7dd86527a2c01d97a0a2f1e674aff9a400619fde1f17d0c27 +SIZE (engage-20060719.tar.bz2) = 1344021 diff --git a/x11/e17-module-engage/pkg-descr b/x11/e17-module-engage/pkg-descr new file mode 100644 index 000000000000..6c18860acd93 --- /dev/null +++ b/x11/e17-module-engage/pkg-descr @@ -0,0 +1,5 @@ +Engage is an application launcher with application state tracking and system +tray functionality. It has nice icon zooming and full theming. + +Author: HandyAndE <andy@handyande.co.uk> +WWW: http://www.enlightenment.org/ diff --git a/x11/e17-module-engage/pkg-plist b/x11/e17-module-engage/pkg-plist new file mode 100644 index 000000000000..e2f4cac53205 --- /dev/null +++ b/x11/e17-module-engage/pkg-plist @@ -0,0 +1,13 @@ +bin/engage +lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.a +lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.so +lib/enlightenment/modules/engage/icons/xapp.eap +lib/enlightenment/modules/engage/module.eap +lib/enlightenment/modules/engage/themes/gentoo.edj +lib/enlightenment/modules/engage/themes/module.edj +lib/enlightenment/modules/engage/themes/none.edj +@dirrm lib/enlightenment/modules/engage/themes +@dirrm lib/enlightenment/modules/engage/icons +@dirrm lib/enlightenment/modules/engage/%%MODULE_ARCH%% +@dirrm lib/enlightenment/modules/engage |