diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:00:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:00:50 +0000 |
commit | 6c9af6b5075854c6be3159ccff3fa94fc428bb60 (patch) | |
tree | 94593a1262419668356cba29a8213f449d61f193 /x11-themes/e17-splash-shiny | |
parent | 1e48ead47ee3aa052ea1d7d267223f0de6c02b2f (diff) |
Notes
Diffstat (limited to 'x11-themes/e17-splash-shiny')
-rw-r--r-- | x11-themes/e17-splash-shiny/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-shiny/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-shiny/pkg-descr | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/e17-splash-shiny/Makefile b/x11-themes/e17-splash-shiny/Makefile new file mode 100644 index 000000000000..17d3a9a20d4c --- /dev/null +++ b/x11-themes/e17-splash-shiny/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-shiny +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= shiny +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_shiny_reflection +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Shiny splash screen for e17 window manager + +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= share/enlightenment/data/init/init_shiny_reflection.edj + +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-shiny/distinfo b/x11-themes/e17-splash-shiny/distinfo new file mode 100644 index 000000000000..f68a7f5dd253 --- /dev/null +++ b/x11-themes/e17-splash-shiny/distinfo @@ -0,0 +1,3 @@ +MD5 (init_shiny_reflection.edj) = d899b0cb72a61d0e463ffe29c4b5b780 +SHA256 (init_shiny_reflection.edj) = f0cadc7c58b541603dff0523aa0634eaead535160d4b6b5f71c81ef8843eadbf +SIZE (init_shiny_reflection.edj) = 762960 diff --git a/x11-themes/e17-splash-shiny/pkg-descr b/x11-themes/e17-splash-shiny/pkg-descr new file mode 100644 index 000000000000..61bcf943161e --- /dev/null +++ b/x11-themes/e17-splash-shiny/pkg-descr @@ -0,0 +1,3 @@ +Nice e17 splash screen. Based on the Shiny reflection background by raster. + +WWW: http://www4.get-e.org/Themes/Startup/ |