diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 22:43:03 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 22:43:03 +0000 |
commit | 9934a8013fdf2446c101655ebdb8faa2e5f82007 (patch) | |
tree | 7e72aee846bb925068c3e0aeb0ac5014bef7f7d3 /x11-themes/e17-splash-azul/Makefile | |
parent | fc9e2570bdc5c600774e238a6603df895039e2df (diff) | |
download | ports-9934a8013fdf2446c101655ebdb8faa2e5f82007.tar.gz ports-9934a8013fdf2446c101655ebdb8faa2e5f82007.zip |
- Update to 1.1
- Reflect mirrors and WWW change.
Notes
Notes:
svn path=/head/; revision=187171
Diffstat (limited to 'x11-themes/e17-splash-azul/Makefile')
-rw-r--r-- | x11-themes/e17-splash-azul/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/e17-splash-azul/Makefile b/x11-themes/e17-splash-azul/Makefile index 0bc6fa0d93cb..0dd38133fb75 100644 --- a/x11-themes/e17-splash-azul/Makefile +++ b/x11-themes/e17-splash-azul/Makefile @@ -2,29 +2,29 @@ # Date created: 4 Aug 2006 # Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> # -# $MBSDlabs$ # $FreeBSD$ # PORTNAME= azul -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 +PORTREVISION= 0 CATEGORIES= x11-themes -MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \ - http://sunner.elcomnet.ru/~stas/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + ${MASTER_SITE_GET_E} +MASTER_SITE_SUBDIR= Themes/E17_-_Startup PKGNAMEPREFIX= e17-splash- -DISTNAME= init_azul +DISTNAME= init_${PORTNAME} EXTRACT_SUFX= .edj MAINTAINER= stas@FreeBSD.org COMMENT= Azul splash screen for e17 window manager -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_FILES= share/enlightenment/data/init/init_azul.edj +PLIST_FILES= share/enlightenment/data/init/${DISTNAME}${EXTRACT_SUFX} do-extract: ${MKDIR} ${WRKDIR} |