diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 10:20:17 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 10:20:17 +0000 |
commit | b74060c56698d1435c6c9b60e81cde83d0e1dfa1 (patch) | |
tree | 619d5650fd741c7e775e660381abd261bdca0754 | |
parent | - Update to 0.9.6 (resurrect). (diff) |
- Update to 1.0.3 (resurrect).
Notes
Notes:
svn path=/head/; revision=187113
-rw-r--r-- | x11-themes/e17-theme-milky/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/e17-theme-milky/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/e17-theme-milky/pkg-descr | 4 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/e17-theme-milky/Makefile b/x11-themes/e17-theme-milky/Makefile new file mode 100644 index 000000000000..1f3cd83683a2 --- /dev/null +++ b/x11-themes/e17-theme-milky/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-theme-milky +# Date created: 5 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= milky +PORTVERSION= 1.0.3 +CATEGORIES= x11-themes +MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ + ftp://ftp.springdaemons.com/pub/snapshots/e17/ +PKGNAMEPREFIX= e17-theme- +DISTNAME= Milky +EXTRACT_SUFX= .edj + +MAINTAINER= stas@FreeBSD.org +COMMENT= Milky's 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-milky/distinfo b/x11-themes/e17-theme-milky/distinfo new file mode 100644 index 000000000000..0ba07d4f5ffe --- /dev/null +++ b/x11-themes/e17-theme-milky/distinfo @@ -0,0 +1,3 @@ +MD5 (Milky.edj) = 09cb90c4ed9a8d203073ad5b5be5b31f +SHA256 (Milky.edj) = 5e180ce09c58c270b9467636fe2255839283d7f8d206b9358d9a6e93c0e4805a +SIZE (Milky.edj) = 2460911 diff --git a/x11-themes/e17-theme-milky/pkg-descr b/x11-themes/e17-theme-milky/pkg-descr new file mode 100644 index 000000000000..b260fc7bb6e2 --- /dev/null +++ b/x11-themes/e17-theme-milky/pkg-descr @@ -0,0 +1,4 @@ +Nice theme for use with e17 window manager. Milky's theme is inspired by the +work of Max Rudberg. It's an adaptation of his theme Milk for Mac OSX. + +WWW: http://www.get-e.org/Themes/E17/ |