diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:16:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:16:58 +0000 |
commit | 102eee7419811943d8b2ca94a303c1dee0a37cc3 (patch) | |
tree | 311ed4fde8045c5b80cb3add3cc943cc3ddb5a3c /x11-themes | |
parent | 0e5347d7bfd87616c242ee97c82cde8b92ddf864 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-fortune/pkg-descr | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 2323f069e621..6dc29825ae4c 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -21,6 +21,7 @@ SUBDIR += cursor-polar-theme SUBDIR += e17-splash-azul SUBDIR += e17-splash-blue + SUBDIR += e17-splash-fortune SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default diff --git a/x11-themes/e17-splash-fortune/Makefile b/x11-themes/e17-splash-fortune/Makefile new file mode 100644 index 000000000000..07fc1c9766f3 --- /dev/null +++ b/x11-themes/e17-splash-fortune/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-fortune +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= fortune +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_fortune +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Fortune 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_fortune.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-fortune/distinfo b/x11-themes/e17-splash-fortune/distinfo new file mode 100644 index 000000000000..6ae28b5fcbb1 --- /dev/null +++ b/x11-themes/e17-splash-fortune/distinfo @@ -0,0 +1,3 @@ +MD5 (init_fortune.edj) = 519f8a4c7616d2d7ddf3c7e595839637 +SHA256 (init_fortune.edj) = 702eaf1c4a41220017a5f4a53200fb8dc6aa743bac9a351f0b0213f573f87ad2 +SIZE (init_fortune.edj) = 4088844 diff --git a/x11-themes/e17-splash-fortune/pkg-descr b/x11-themes/e17-splash-fortune/pkg-descr new file mode 100644 index 000000000000..1c1762a9ced7 --- /dev/null +++ b/x11-themes/e17-splash-fortune/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. Displays a (funny) random quote every time you start +e17. + +WWW: http://www4.get-e.org/Themes/Startup/ |