diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:10:24 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:10:24 +0000 |
commit | 0e5347d7bfd87616c242ee97c82cde8b92ddf864 (patch) | |
tree | bd315716598ae75557cfd0edb392597f4522b86d /x11-themes/e17-splash-azul | |
parent | 27d94a06dec3fd704e91e2a84dae67274bc6ce74 (diff) | |
download | ports-0e5347d7bfd87616c242ee97c82cde8b92ddf864.tar.gz ports-0e5347d7bfd87616c242ee97c82cde8b92ddf864.zip |
Notes
Diffstat (limited to 'x11-themes/e17-splash-azul')
-rw-r--r-- | x11-themes/e17-splash-azul/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-azul/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-azul/pkg-descr | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/e17-splash-azul/Makefile b/x11-themes/e17-splash-azul/Makefile new file mode 100644 index 000000000000..c8b5dcdbbee6 --- /dev/null +++ b/x11-themes/e17-splash-azul/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-azul +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= azul +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_azul +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Azul 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_azul.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-azul/distinfo b/x11-themes/e17-splash-azul/distinfo new file mode 100644 index 000000000000..82c60ad0269c --- /dev/null +++ b/x11-themes/e17-splash-azul/distinfo @@ -0,0 +1,3 @@ +MD5 (init_azul.edj) = 2b00a47989d7daa6d3d78c06dc5e34da +SHA256 (init_azul.edj) = 6eebf8fabdc8b25fbb214367bfe68a869991db28f3e86194544cf72c08e4c9b0 +SIZE (init_azul.edj) = 1108559 diff --git a/x11-themes/e17-splash-azul/pkg-descr b/x11-themes/e17-splash-azul/pkg-descr new file mode 100644 index 000000000000..f1c72bf43601 --- /dev/null +++ b/x11-themes/e17-splash-azul/pkg-descr @@ -0,0 +1,3 @@ +Nice e17 splash screen. Based on the Azul background by David Garcia. + +WWW: http://www4.get-e.org/Themes/Startup/ |