diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442 (patch) | |
tree | 1bf12eadb5a7920766bf7a613174c0475b810d0d /x11-themes/e17-theme-cthulhain/Makefile | |
parent | 32e98c797bd5b952894ff185e59df8a91844f4ab (diff) | |
download | ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.tar.gz ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.zip |
Notes
Diffstat (limited to 'x11-themes/e17-theme-cthulhain/Makefile')
-rw-r--r-- | x11-themes/e17-theme-cthulhain/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-themes/e17-theme-cthulhain/Makefile b/x11-themes/e17-theme-cthulhain/Makefile index eb15a7e124df..6973cb7863d1 100644 --- a/x11-themes/e17-theme-cthulhain/Makefile +++ b/x11-themes/e17-theme-cthulhain/Makefile @@ -6,24 +6,23 @@ # PORTNAME= cthulhain -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.5 CATEGORIES= x11-themes MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ - http://mbsd.msk.ru/dist/ + http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= e17-theme- -DISTNAME= cthulhain-0.3pre2 +DISTNAME= cthulhain-0.3pre5 EXTRACT_SUFX= .edj -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Cthulhain theme for use with 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/themes/cthulhain-0.3pre2.edj +PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX} do-extract: ${MKDIR} ${WRKDIR} |