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 /graphics/esmart | |
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 'graphics/esmart')
-rw-r--r-- | graphics/esmart/Makefile | 20 | ||||
-rw-r--r-- | graphics/esmart/distinfo | 6 | ||||
-rw-r--r-- | graphics/esmart/pkg-plist | 18 |
3 files changed, 23 insertions, 21 deletions
diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile index 050636d9e3d9..be6dadbb830b 100644 --- a/graphics/esmart/Makefile +++ b/graphics/esmart/Makefile @@ -6,22 +6,24 @@ # PORTNAME= esmart -PORTVERSION= 0.9.0.007 +PORTVERSION= 20060926 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://enlightenment.freedesktop.org/files/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= stas@FreeBSD.org COMMENT= Evas smart objects development libraries LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon -USE_X_PREFIX= yes -USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:15 +USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig gnometarget -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +USE_EFL= ecore evas epsilon edje +USE_LDCONFIG= yes -.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/graphics/esmart/distinfo b/graphics/esmart/distinfo index 41f27697c76b..02e39e4587d6 100644 --- a/graphics/esmart/distinfo +++ b/graphics/esmart/distinfo @@ -1,3 +1,3 @@ -MD5 (esmart-0.9.0.007.tar.gz) = a65b4a08818ac9ef9de3dd9d4f20f148 -SHA256 (esmart-0.9.0.007.tar.gz) = 5df5b02c568f5e4b744252fbd62f5fae71bf0eddecc423d2b396a0ffbfe94465 -SIZE (esmart-0.9.0.007.tar.gz) = 396987 +MD5 (esmart-20060926.tar.bz2) = dd492859552858c7e21b7a89525503e7 +SHA256 (esmart-20060926.tar.bz2) = a23d92cadc5df8795b6a93caaf08080c16e4918573a9d45690b5ea093a6d3a5d +SIZE (esmart-20060926.tar.bz2) = 294546 diff --git a/graphics/esmart/pkg-plist b/graphics/esmart/pkg-plist index aea05eccbc9e..6c6f65d2b919 100644 --- a/graphics/esmart/pkg-plist +++ b/graphics/esmart/pkg-plist @@ -7,6 +7,15 @@ include/Esmart/Esmart_File_Dialog.h include/Esmart/Esmart_Text_Entry.h include/Esmart/Esmart_Thumb.h include/Esmart/Esmart_Trans_X11.h +lib/esmart/layout/default.a +lib/esmart/layout/default.la +lib/esmart/layout/default.so +lib/esmart/layout/engage.a +lib/esmart/layout/engage.la +lib/esmart/layout/engage.so +lib/esmart/layout/entice.a +lib/esmart/layout/entice.la +lib/esmart/layout/entice.so lib/libesmart_container.a lib/libesmart_container.la lib/libesmart_container.so @@ -31,15 +40,6 @@ lib/libesmart_trans_x11.a lib/libesmart_trans_x11.la lib/libesmart_trans_x11.so lib/libesmart_trans_x11.so.0 -lib/esmart/layout/default.a -lib/esmart/layout/default.la -lib/esmart/layout/default.so -lib/esmart/layout/engage.a -lib/esmart/layout/engage.la -lib/esmart/layout/engage.so -lib/esmart/layout/entice.a -lib/esmart/layout/entice.la -lib/esmart/layout/entice.so libdata/pkgconfig/esmart.pc %%DATADIR%%/esmart.png @dirrm %%DATADIR%% |