diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:18:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 08:18:02 +0000 |
commit | 3c5640f1cc8092dbead82bd7b0bd86dc787328ff (patch) | |
tree | 9b1c52c2293bc9bc1288f077c2335cfec8579ed2 /x11-themes | |
parent | 026ef43d184d3e437c8800523b53da2c1a308fdb (diff) | |
download | ports-3c5640f1cc8092dbead82bd7b0bd86dc787328ff.tar.gz ports-3c5640f1cc8092dbead82bd7b0bd86dc787328ff.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-takara/pkg-descr | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 5ac1c7ce4351..05e0106f0cbe 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -24,6 +24,7 @@ SUBDIR += e17-splash-fortune SUBDIR += e17-splash-logo SUBDIR += e17-splash-shiny + SUBDIR += e17-splash-takara SUBDIR += e17-theme-blokkie SUBDIR += e17-theme-blue_default SUBDIR += e17-theme-blue_eyed diff --git a/x11-themes/e17-splash-takara/Makefile b/x11-themes/e17-splash-takara/Makefile new file mode 100644 index 000000000000..df046d2a16de --- /dev/null +++ b/x11-themes/e17-splash-takara/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-splash-takara +# Date created: 4 Aug 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= takara +PORTVERSION= 1.0 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +PKGNAMEPREFIX= e17-splash- +DISTNAME= init_takara_v${PORTVERSION} +EXTRACT_SUFX= .edj + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= Takara 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_takara_v1.0.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-takara/distinfo b/x11-themes/e17-splash-takara/distinfo new file mode 100644 index 000000000000..a04fc358f4b6 --- /dev/null +++ b/x11-themes/e17-splash-takara/distinfo @@ -0,0 +1,3 @@ +MD5 (init_takara_v1.0.edj) = 858c686d16d9990833f21b618ef518be +SHA256 (init_takara_v1.0.edj) = 492596108af49a4803034bb681a598947f84576fc363212cab93a4dc39db42cf +SIZE (init_takara_v1.0.edj) = 169204 diff --git a/x11-themes/e17-splash-takara/pkg-descr b/x11-themes/e17-splash-takara/pkg-descr new file mode 100644 index 000000000000..c19632c296eb --- /dev/null +++ b/x11-themes/e17-splash-takara/pkg-descr @@ -0,0 +1,4 @@ +Nice e17 splash screen. A nice animated init screen featuring the authors cat +'Takara'. + +WWW: http://www4.get-e.org/Themes/Startup/ |