diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /x11-themes/e17-theme-milky/Makefile | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.zip |
- 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-theme-milky/Makefile')
-rw-r--r-- | x11-themes/e17-theme-milky/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-themes/e17-theme-milky/Makefile b/x11-themes/e17-theme-milky/Makefile index e446c7962cf5..121628607aa9 100644 --- a/x11-themes/e17-theme-milky/Makefile +++ b/x11-themes/e17-theme-milky/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= e17-theme- DISTNAME= Milky EXTRACT_SUFX= .edj -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Milky's theme for use with e17 window manager RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel @@ -25,6 +25,10 @@ NO_WRKSUBDIR= yes PLIST_FILES= share/enlightenment/data/themes/Milky.edj +IGNORE= doesn't work with recent e17 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-11-01 + do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} |