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-wm | |
parent | 3206950636ea076224808be7147bf83e6cad08b6 (diff) | |
download | ports-b801992581d319d52eb7bd90f68907de2e7474fe.tar.gz ports-b801992581d319d52eb7bd90f68907de2e7474fe.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-bling/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/e17-module-bling/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-bling/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/e17-module-bling/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/e17-module-bling/Makefile b/x11-wm/e17-module-bling/Makefile new file mode 100644 index 000000000000..0e0bb9a24a53 --- /dev/null +++ b/x11-wm/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-wm/e17-module-bling/distinfo b/x11-wm/e17-module-bling/distinfo new file mode 100644 index 000000000000..57fe5a107132 --- /dev/null +++ b/x11-wm/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-wm/e17-module-bling/pkg-descr b/x11-wm/e17-module-bling/pkg-descr new file mode 100644 index 000000000000..18779b2cf2b2 --- /dev/null +++ b/x11-wm/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-wm/e17-module-bling/pkg-plist b/x11-wm/e17-module-bling/pkg-plist new file mode 100644 index 000000000000..4a35480e6312 --- /dev/null +++ b/x11-wm/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 |