diff options
author | stas <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
commit | ea0b2f30fe3fda2784bed10c50a24cff87e5bae0 (patch) | |
tree | d85ff1f5968af1d6a70c1852bacf3e546d97c800 /x11/ecore-imf | |
parent | ff78984cfcc8530917b60f277d53c92434a50fd2 (diff) | |
download | freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.gz freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.zst freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.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')
-rw-r--r-- | x11/ecore-imf/Makefile | 37 | ||||
-rw-r--r-- | x11/ecore-imf/distinfo | 5 | ||||
-rw-r--r-- | x11/ecore-imf/pkg-plist | 7 |
3 files changed, 21 insertions, 28 deletions
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile index 032b932ebd9f..e209233c5697 100644 --- a/x11/ecore-imf/Makefile +++ b/x11/ecore-imf/Makefile @@ -6,45 +6,40 @@ # PORTNAME= imf -PORTVERSION= 0.9.9.042 -PORTREVISION= 0 -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 module) -GNU_CONFIGURE= yes +LICENSE= BSD +DIST_SUBDIR= e17 USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= ecore libtool_hack USE_GNOME= gnomehack pkgconfig gnometarget USE_LDCONFIG= yes -USE_EFL= ecore BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} -CONFIGURE_ARGS= --enable-ecore-con \ - --enable-ecore-config \ - --disable-ecore-desktop \ - --disable-ecore-directfb \ - --disable-ecore-evas \ - --disable-ecore-file \ - --disable-ecore-ipc \ - --disable-ecore-job \ - --disable-ecore-sdl \ - --disable-ecore-txt \ - --disable-ecore-x \ - --enable-ecore-imf \ - --disable-ecore-imf_evas +.include <../../devel/ecore-main/Makefile.inc> + +CONFIGURE_ARGS+= --enable-ecore-con \ + --enable-ecore-config \ + --enable-ecore-imf .include <bsd.port.pre.mk> post-patch: @${REINPLACE_CMD} -E \ -e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore_con/\.libs,${LOCALBASE}/lib,'\ -e 's,\$$\(top_builddir\)/src/lib/ecore/libecore\.la,-lecore,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore_con/libecore_con\.la,-lecore_con,'\ ${BUILD_WRKSRC}/Makefile.in post-install: diff --git a/x11/ecore-imf/distinfo b/x11/ecore-imf/distinfo index 4672f6a1c167..36d07e85437a 100644 --- a/x11/ecore-imf/distinfo +++ b/x11/ecore-imf/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/pkg-plist b/x11/ecore-imf/pkg-plist index 2f0ba4d3e68e..c9c5eb771965 100644 --- a/x11/ecore-imf/pkg-plist +++ b/x11/ecore-imf/pkg-plist @@ -1,6 +1,5 @@ -include/Ecore_IMF.h -lib/libecore_imf.a -lib/libecore_imf.la +include/ecore-1/Ecore_IMF.h lib/libecore_imf.so -lib/libecore_imf.so.9 +lib/libecore_imf.so.1 libdata/pkgconfig/ecore-imf.pc +@dirrmtry include/ecore-1 |