diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:17:33 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:17:33 +0000 |
commit | 026ef43d184d3e437c8800523b53da2c1a308fdb (patch) | |
tree | 470cafc5584f8370ca91d335c486e16c3891b830 /x11-themes/e17-splash-logo | |
parent | 102eee7419811943d8b2ca94a303c1dee0a37cc3 (diff) | |
download | ports-026ef43d184d3e437c8800523b53da2c1a308fdb.tar.gz ports-026ef43d184d3e437c8800523b53da2c1a308fdb.zip |
Notes
Diffstat (limited to 'x11-themes/e17-splash-logo')
-rw-r--r-- | x11-themes/e17-splash-logo/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-logo/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-logo/pkg-descr | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/e17-splash-logo/Makefile b/x11-themes/e17-splash-logo/Makefile new file mode 100644 index 000000000000..26339880f793 --- /dev/null +++ b/x11-themes/e17-splash-logo/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-logo +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= logo +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_logo +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Logo 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_logo.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-logo/distinfo b/x11-themes/e17-splash-logo/distinfo new file mode 100644 index 000000000000..9dbabae27ca6 --- /dev/null +++ b/x11-themes/e17-splash-logo/distinfo @@ -0,0 +1,3 @@ +MD5 (init_logo.edj) = fde53b79eaafdaac0016cf291eae0400 +SHA256 (init_logo.edj) = 8da5d6f18753080118e93da3c4fea410d00d654d4f7bd3af75ad8b1e8a6c55c6 +SIZE (init_logo.edj) = 4566173 diff --git a/x11-themes/e17-splash-logo/pkg-descr b/x11-themes/e17-splash-logo/pkg-descr new file mode 100644 index 000000000000..0ace33a426b7 --- /dev/null +++ b/x11-themes/e17-splash-logo/pkg-descr @@ -0,0 +1,3 @@ +Nice e17 splash screen. Displays an animated E logo. + +WWW: http://www4.get-e.org/Themes/Startup/ |