diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /x11/ecore-imf_evas | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) | |
download | freebsd-ports-gnome-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.tar.gz freebsd-ports-gnome-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.tar.zst freebsd-ports-gnome-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.zip |
- Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
preparing the initial version of the update!
PR: ports/148038
Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
Diffstat (limited to 'x11/ecore-imf_evas')
-rw-r--r-- | x11/ecore-imf_evas/Makefile | 39 | ||||
-rw-r--r-- | x11/ecore-imf_evas/distinfo | 5 | ||||
-rw-r--r-- | x11/ecore-imf_evas/pkg-plist | 7 |
3 files changed, 22 insertions, 29 deletions
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile index d8940e2ce082..a063be5eb054 100644 --- a/x11/ecore-imf_evas/Makefile +++ b/x11/ecore-imf_evas/Makefile @@ -6,39 +6,34 @@ # PORTNAME= imf_evas -PORTVERSION= 0.9.9.042 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ +DISTVERSION= 1.0.0.beta +CATEGORIES= x11 enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2010-10-03/base/ PKGNAMEPREFIX= ecore- -DISTNAME= ecore-${PORTVERSION} +DISTNAME= ecore-${DISTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= Enlightenment core abstraction library (IMF-Evas module) -GNU_CONFIGURE= yes +LICENSE= BSD +DIST_SUBDIR= e17 USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= ecore evas libtool_hack +USE_EFL_ECORE= imf USE_GNOME= gnomehack pkgconfig gnometarget USE_LDCONFIG= yes -USE_EFL= ecore evas -USE_EFL_ECORE= imf BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -CONFIGURE_ARGS= --enable-ecore-con \ - --enable-ecore-config \ - --disable-ecore-desktop \ - --disable-ecore-directfb \ - --disable-ecore-evas \ - --disable-ecore-file \ - --enable-ecore-ipc \ - --disable-ecore-job \ - --disable-ecore-sdl \ - --disable-ecore-txt \ - --disable-ecore-x \ - --enable-ecore-imf \ - --enable-ecore-imf_evas +.include <../../devel/ecore-main/Makefile.inc> + +CONFIGURE_ARGS+= --enable-ecore-con \ + --enable-ecore-config \ + --enable-ecore-ipc \ + --enable-ecore-imf \ + --enable-ecore-imf_evas .include <bsd.port.pre.mk> diff --git a/x11/ecore-imf_evas/distinfo b/x11/ecore-imf_evas/distinfo index 4672f6a1c167..36d07e85437a 100644 --- a/x11/ecore-imf_evas/distinfo +++ b/x11/ecore-imf_evas/distinfo @@ -1,3 +1,2 @@ -MD5 (ecore-0.9.9.042.tar.bz2) = a66df2b5f0b1a6abc47bb50bf2b26846 -SHA256 (ecore-0.9.9.042.tar.bz2) = 26486fd2c80e4000b673f81ce637aa50c17c767e4c2af8f56de5d110e387d136 -SIZE (ecore-0.9.9.042.tar.bz2) = 5285732 +SHA256 (e17/ecore-1.0.0.beta.tar.bz2) = 9fd367f9ff10568082e65c1def46e64fb96b359221e0d6aea11c6c3f6bd5282f +SIZE (e17/ecore-1.0.0.beta.tar.bz2) = 916635 diff --git a/x11/ecore-imf_evas/pkg-plist b/x11/ecore-imf_evas/pkg-plist index 05465e4c7e01..6f5604dda4a0 100644 --- a/x11/ecore-imf_evas/pkg-plist +++ b/x11/ecore-imf_evas/pkg-plist @@ -1,6 +1,5 @@ -include/Ecore_IMF_Evas.h -lib/libecore_imf_evas.a -lib/libecore_imf_evas.la +include/ecore-1/Ecore_IMF_Evas.h lib/libecore_imf_evas.so -lib/libecore_imf_evas.so.9 +lib/libecore_imf_evas.so.1 libdata/pkgconfig/ecore-imf-evas.pc +@dirrmtry include/ecore-1 |