diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-13 09:32:16 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-13 09:32:16 +0000 |
commit | b801992581d319d52eb7bd90f68907de2e7474fe (patch) | |
tree | b7c33f6bd17a3185ad0a0c9f93cdfa1a892bf48b /x11 | |
parent | 3206950636ea076224808be7147bf83e6cad08b6 (diff) |
- Add x11/e17-module-bling port,
an E17 composite manager module.
PR: ports/99359 (based on)
Submitted by: me
Notes
Notes:
svn path=/head/; revision=211155
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/e17-module-bling/Makefile | 28 | ||||
-rw-r--r-- | x11/e17-module-bling/distinfo | 3 | ||||
-rw-r--r-- | x11/e17-module-bling/pkg-descr | 4 | ||||
-rw-r--r-- | x11/e17-module-bling/pkg-plist | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 67ee9d23bc23..62f04043d056 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -37,6 +37,7 @@ SUBDIR += docker SUBDIR += dxpc SUBDIR += dynamag + SUBDIR += e17-module-bling SUBDIR += e17-module-calendar SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow diff --git a/x11/e17-module-bling/Makefile b/x11/e17-module-bling/Makefile new file mode 100644 index 000000000000..0e0bb9a24a53 --- /dev/null +++ b/x11/e17-module-bling/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: e17-module-bling +# Date created: 13 April 2008 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bling +PORTVERSION= 20080413 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= E17 composite manager module + +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnometarget pkgconfig +USE_EFL= edje +USE_XORG= xcomposite xext xrender xdamage xfixes + +.include <bsd.port.mk> diff --git a/x11/e17-module-bling/distinfo b/x11/e17-module-bling/distinfo new file mode 100644 index 000000000000..57fe5a107132 --- /dev/null +++ b/x11/e17-module-bling/distinfo @@ -0,0 +1,3 @@ +MD5 (bling-20080413.tar.bz2) = cade4456c839c37cc3f1d46d31aa7644 +SHA256 (bling-20080413.tar.bz2) = 01636e59be75f2dc15ed1908192d2d2f7e64e94f26371fadf2f188a40a126868 +SIZE (bling-20080413.tar.bz2) = 280356 diff --git a/x11/e17-module-bling/pkg-descr b/x11/e17-module-bling/pkg-descr new file mode 100644 index 000000000000..18779b2cf2b2 --- /dev/null +++ b/x11/e17-module-bling/pkg-descr @@ -0,0 +1,4 @@ +An E17 composite manager module. + +Author: Ibukun Olumuyiwa +WWW: http://www.enlightenment.org diff --git a/x11/e17-module-bling/pkg-plist b/x11/e17-module-bling/pkg-plist new file mode 100644 index 000000000000..4a35480e6312 --- /dev/null +++ b/x11/e17-module-bling/pkg-plist @@ -0,0 +1,9 @@ +lib/enlightenment/modules/bling/e-module-bling.edj +lib/enlightenment/modules/bling/%%E17_ARCH%%/module.a +lib/enlightenment/modules/bling/%%E17_ARCH%%/module.la +lib/enlightenment/modules/bling/%%E17_ARCH%%/module.so +lib/enlightenment/modules/bling/module.desktop +@dirrm lib/enlightenment/modules/bling/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/bling +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment |