diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442 (patch) | |
tree | 1bf12eadb5a7920766bf7a613174c0475b810d0d /graphics/ruby-esmart | |
parent | 32e98c797bd5b952894ff185e59df8a91844f4ab (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=174934
Diffstat (limited to 'graphics/ruby-esmart')
-rw-r--r-- | graphics/ruby-esmart/Makefile | 20 | ||||
-rw-r--r-- | graphics/ruby-esmart/distinfo | 6 |
2 files changed, 15 insertions, 11 deletions
diff --git a/graphics/ruby-esmart/Makefile b/graphics/ruby-esmart/Makefile index 95168d5fd91c..9bf2ca496d9e 100644 --- a/graphics/ruby-esmart/Makefile +++ b/graphics/ruby-esmart/Makefile @@ -6,31 +6,35 @@ # PORTNAME= esmart -PORTVERSION= 20060516 +PORTVERSION= 20061008 +PORTREVISION= 0 CATEGORIES= graphics ruby -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-esmart-${PORTVERSION} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Ruby bindings for Esmart library BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \ - ${RUBY_SITEARCHLIBDIR}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas \ - ${RUBY_SITEARCHLIBDIR}/ecore/rb_window.h:${PORTSDIR}/devel/ruby-ecore -LIB_DEPENDS= esmart_trans_x11.0:${PORTSDIR}/graphics/esmart + ${RUBY_SA}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas \ + ${RUBY_SA}/ecore/rb_window.h:${PORTSDIR}/devel/ruby-ecore USE_BZIP2= yes USE_RUBY= yes +USE_EFL_ESMART= trans_x11 + +RUBY_SA= ${RUBY_SITEARCHLIBDIR} .include <bsd.port.pre.mk> do-build: - @(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${X11BASE} \ + @(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${LOCALBASE} \ ${LOCALBASE}/bin/rake) do-install: - @(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${X11BASE} \ + @(cd ${WRKSRC}; ${SETENV} ESMART_PREFIX=${LOCALBASE} \ ${LOCALBASE}/bin/rake install) +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" .include <bsd.port.post.mk> diff --git a/graphics/ruby-esmart/distinfo b/graphics/ruby-esmart/distinfo index 94a83885d7c7..fcfdb9fd8f4d 100644 --- a/graphics/ruby-esmart/distinfo +++ b/graphics/ruby-esmart/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby-esmart-20060516.tar.bz2) = 527887651038820ceea8e0695df625cf -SHA256 (ruby-esmart-20060516.tar.bz2) = 1e4ed48b1fd9f505fb7f124ebf284549e61bd98f63525a3544ffedb0c582575d -SIZE (ruby-esmart-20060516.tar.bz2) = 13379 +MD5 (ruby-esmart-20061008.tar.bz2) = 61cdc7b6594805247efaee74e3577886 +SHA256 (ruby-esmart-20061008.tar.bz2) = 276cd71d194c8c6a6825f56ce00aaaf62355fa838a3c1ecbdb31caef1890a69f +SIZE (ruby-esmart-20061008.tar.bz2) = 13383 |