diff options
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-splash-clean/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/e17-splash-clean/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-clean/pkg-descr | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index deb0f74e8e7d..3077c357475e 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -24,6 +24,7 @@ SUBDIR += cursor-polar-theme SUBDIR += e17-splash-azul SUBDIR += e17-splash-blue + SUBDIR += e17-splash-clean SUBDIR += e17-splash-fortune SUBDIR += e17-splash-logo SUBDIR += e17-splash-shiny diff --git a/x11-themes/e17-splash-clean/Makefile b/x11-themes/e17-splash-clean/Makefile new file mode 100644 index 000000000000..43267f23a67d --- /dev/null +++ b/x11-themes/e17-splash-clean/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-splash-clean +# Date created: 11 March 2007 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= clean +PORTVERSION= 2.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17_-_Startup/_files/ \ + ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_clean +EXTRACT_SUFX= .edj + +MAINTAINER= stas@FreeBSD.org +COMMENT= Clean splash screen for e17 window manager + +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= share/enlightenment/data/init/${DISTNAME}${EXTRACT_SUFX} + +do-extract: + ${MKDIR} ${WRKDIR} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-install: + ${MKDIR} ${PREFIX}/share/enlightenment/data/init + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \ + ${PREFIX}/share/enlightenment/data/init + +.include <bsd.port.mk> diff --git a/x11-themes/e17-splash-clean/distinfo b/x11-themes/e17-splash-clean/distinfo new file mode 100644 index 000000000000..2d4c5c285e02 --- /dev/null +++ b/x11-themes/e17-splash-clean/distinfo @@ -0,0 +1,3 @@ +MD5 (init_clean.edj) = 896aa0687b27cbb5159372ded8540a63 +SHA256 (init_clean.edj) = d0870fad85d2c4fcefc1cbfb8e470d876ac5e92557ee52eb99c7b03cfa739a19 +SIZE (init_clean.edj) = 4619012 diff --git a/x11-themes/e17-splash-clean/pkg-descr b/x11-themes/e17-splash-clean/pkg-descr new file mode 100644 index 000000000000..41491d329a3b --- /dev/null +++ b/x11-themes/e17-splash-clean/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. Clean like the sky... + +Author: Patator <noursbleu@free.fr> +WWW: http://www0.get-e.org/Themes/E17_-_Startup/ |