diff options
author | stas <stas@FreeBSD.org> | 2007-03-12 06:43:03 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-12 06:43:03 +0800 |
commit | 9cd46000c1f5d3556fcf902f2f13b76598a29de4 (patch) | |
tree | 229e3436b7d887cc7564bb3c2f8e04e08705473f /x11-themes/e17-splash-azul/Makefile | |
parent | 7ad062dbd799e56f7c99d87d4911e91b20168938 (diff) | |
download | freebsd-ports-gnome-9cd46000c1f5d3556fcf902f2f13b76598a29de4.tar.gz freebsd-ports-gnome-9cd46000c1f5d3556fcf902f2f13b76598a29de4.tar.zst freebsd-ports-gnome-9cd46000c1f5d3556fcf902f2f13b76598a29de4.zip |
- Update to 1.1
- Reflect mirrors and WWW change.
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} |