diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /x11-themes/e17-splash-blue | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | FreeBSD-ports-173755349dc2dd22744f67ee65b533ef3b1c3649.zip FreeBSD-ports-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Diffstat (limited to 'x11-themes/e17-splash-blue')
-rw-r--r-- | x11-themes/e17-splash-blue/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/e17-splash-blue/Makefile b/x11-themes/e17-splash-blue/Makefile index fe160e1..79cceef 100644 --- a/x11-themes/e17-splash-blue/Makefile +++ b/x11-themes/e17-splash-blue/Makefile @@ -8,18 +8,19 @@ PORTNAME= blue PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes -MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ +MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \ + http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= e17-splash- DISTNAME= init_blue EXTRACT_SUFX= .edj -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Blue splash screen for e17 window manager RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel -USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes |