diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-01-03 14:38:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-01-03 14:38:01 +0000 |
commit | 21526892f39daca6d022ea1a7c1229d60c0d68b7 (patch) | |
tree | 7ee0fa6dbb6ac8d5faf14970e19155d5a6fb9e16 /x11-themes/e17-splash-blue | |
parent | 75a99c614f1b68176aee92482e1d1b628323e3d7 (diff) | |
download | ports-21526892f39daca6d022ea1a7c1229d60c0d68b7.tar.gz ports-21526892f39daca6d022ea1a7c1229d60c0d68b7.zip |
Notes
Diffstat (limited to 'x11-themes/e17-splash-blue')
-rw-r--r-- | x11-themes/e17-splash-blue/Makefile | 42 | ||||
-rw-r--r-- | x11-themes/e17-splash-blue/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-splash-blue/pkg-descr | 5 |
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-themes/e17-splash-blue/Makefile b/x11-themes/e17-splash-blue/Makefile deleted file mode 100644 index 979ec5b24c8c..000000000000 --- a/x11-themes/e17-splash-blue/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: e17-splash-blue -# Date created: 4 Aug 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= blue -PORTVERSION= 1.1 -PORTREVISION= 4 -CATEGORIES= x11-themes -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - ${MASTER_SITE_GET_E} -MASTER_SITE_SUBDIR= Themes/E17_-_Startup -PKGNAMEPREFIX= e17-splash- -DISTNAME= init_${PORTNAME} -EXTRACT_SUFX= .edj - -MAINTAINER= stas@FreeBSD.org -COMMENT= Blue splash screen for e17 window manager - -BROKEN= does not work with recent e17 -DEPRECATED= abandoned upstream -EXPIRATION_DATE= 2011-01-01 - -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= share/enlightenment/data/init/${DISTNAME}${EXTRACT_SUFX} - -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-blue/distinfo b/x11-themes/e17-splash-blue/distinfo deleted file mode 100644 index 9745710f37ae..000000000000 --- a/x11-themes/e17-splash-blue/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (init_blue.edj) = 361d62daf0883e9b6ee92441ed26340b -SHA256 (init_blue.edj) = b8f155f7cf313a34ef71602a38b9c07fb4247d2ed7f069f74facec4cd7d2671b -SIZE (init_blue.edj) = 4544128 diff --git a/x11-themes/e17-splash-blue/pkg-descr b/x11-themes/e17-splash-blue/pkg-descr deleted file mode 100644 index ef1afe595e87..000000000000 --- a/x11-themes/e17-splash-blue/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Nice e17 splash screen. Based on the default splash screen with a different -background. - -Author: Daniel G. Siegel <dgsiegel@gmail.com> -WWW: http://www.get-e.org/Themes/E17_-_Startup/ |