diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 10:23:57 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 10:23:57 +0000 |
commit | cdc6a27042146fcb1167064cca48dc8a88efb5bc (patch) | |
tree | 7afc2cb9d1dc7f4226cd859cc15a915685c2b9ec /x11-themes | |
parent | b74060c56698d1435c6c9b60e81cde83d0e1dfa1 (diff) | |
download | ports-cdc6a27042146fcb1167064cca48dc8a88efb5bc.tar.gz ports-cdc6a27042146fcb1167064cca48dc8a88efb5bc.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/e17-theme-simply_white/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/e17-theme-simply_white/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-theme-simply_white/pkg-descr | 3 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-themes/e17-theme-simply_white/Makefile b/x11-themes/e17-theme-simply_white/Makefile new file mode 100644 index 000000000000..fff4df6344b9 --- /dev/null +++ b/x11-themes/e17-theme-simply_white/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-theme-simply_white +# Date created: 5 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= simply_white +PORTVERSION= 0.6 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= simply-white +EXTRACT_SUFX= .edj + +MAINTAINER= stas@FreeBSD.org +COMMENT= Simply White theme for use with e17 window manager + +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX} + +do-extract: + ${MKDIR} ${WRKDIR} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-install: + ${MKDIR} ${PREFIX}/share/enlightenment/data/themes + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \ + ${PREFIX}/share/enlightenment/data/themes + +.include <bsd.port.mk> diff --git a/x11-themes/e17-theme-simply_white/distinfo b/x11-themes/e17-theme-simply_white/distinfo new file mode 100644 index 000000000000..bcfb994bd1ab --- /dev/null +++ b/x11-themes/e17-theme-simply_white/distinfo @@ -0,0 +1,3 @@ +MD5 (simply-white.edj) = 74746edd8d84c9ce6bb5d9969f27c616 +SHA256 (simply-white.edj) = 7294f2ae2e535397cc3df061a9c538400d0b36e7bbd514d706a18d0e3d0b90c6 +SIZE (simply-white.edj) = 1978867 diff --git a/x11-themes/e17-theme-simply_white/pkg-descr b/x11-themes/e17-theme-simply_white/pkg-descr new file mode 100644 index 000000000000..0ede53dade13 --- /dev/null +++ b/x11-themes/e17-theme-simply_white/pkg-descr @@ -0,0 +1,3 @@ +Nice theme for use with e17 window manager. Brand new minimalistic theme. + +WWW: http://www.get-e.org/Themes/E17/ |