diff options
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-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 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index e2c5de6fafef..2323f069e621 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -19,6 +19,7 @@ SUBDIR += cursor-jimmac-theme SUBDIR += cursor-neutral-theme SUBDIR += cursor-polar-theme + SUBDIR += e17-splash-azul SUBDIR += e17-splash-blue SUBDIR += e17-splash-shiny SUBDIR += e17-theme-blokkie 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/ |