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/e17-module-devian | |
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/e17-module-devian')
-rw-r--r-- | x11/e17-module-devian/Makefile | 24 | ||||
-rw-r--r-- | x11/e17-module-devian/distinfo | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/x11/e17-module-devian/Makefile b/x11/e17-module-devian/Makefile index 5f4d9cdb1e9b..5d5e7017d2d6 100644 --- a/x11/e17-module-devian/Makefile +++ b/x11/e17-module-devian/Makefile @@ -6,26 +6,26 @@ # PORTNAME= devian -PORTVERSION= 20060728 +PORTVERSION= 20060926 PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= An e17 module that displays images and rss feeds -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +GNU_CONFIGURE= yes USE_BZIP2= yes -USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +USE_GNOME= gnometarget pkgconfig +USE_EFL= edje -PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} +IGNORE= doesn't compile with recent e17 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> diff --git a/x11/e17-module-devian/distinfo b/x11/e17-module-devian/distinfo index a556bbebfa34..7268ad264ee3 100644 --- a/x11/e17-module-devian/distinfo +++ b/x11/e17-module-devian/distinfo @@ -1,3 +1,3 @@ -MD5 (devian-20060728.tar.bz2) = 0a89a14c06689bf77fd5eb485922e879 -SHA256 (devian-20060728.tar.bz2) = c3bbaf2fa67dcc2075635368ede0aae4a20c3f0d3b08ae60295aeb5ed1291875 -SIZE (devian-20060728.tar.bz2) = 1115532 +MD5 (devian-20060926.tar.bz2) = ee8a004b60761c2e1f50d0b02cf7ba06 +SHA256 (devian-20060926.tar.bz2) = f037f93eac25e71003a56cffd0d8c383c096260dea65e4acf2c868615156e37d +SIZE (devian-20060926.tar.bz2) = 1138740 |