ruby-evas is a set of Ruby language bindings for Enlightenment's Core library, Ecore.
PR: 99312 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
This commit is contained in:
parent
ac072d49b6
commit
dbdf24d9a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166132
@ -1638,6 +1638,7 @@
|
||||
SUBDIR += ruby-cvs
|
||||
SUBDIR += ruby-date2
|
||||
SUBDIR += ruby-dialogs
|
||||
SUBDIR += ruby-ecore
|
||||
SUBDIR += ruby-eet
|
||||
SUBDIR += ruby-fam
|
||||
SUBDIR += ruby-filelock
|
||||
|
35
devel/ruby-ecore/Makefile
Normal file
35
devel/ruby-ecore/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: ruby-ecore
|
||||
# Date created: 22 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ecore
|
||||
PORTVERSION= 20060516
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-ecore-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= Ruby bindings for Ecore library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
${RUBY_SITEARCHLIBDIR}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
||||
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${X11BASE} \
|
||||
${LOCALBASE}/bin/rake)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${SETENV} ECORE_PREFIX=${X11BASE} \
|
||||
${LOCALBASE}/bin/rake install)
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/ruby-ecore/distinfo
Normal file
3
devel/ruby-ecore/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ruby-ecore-20060516.tar.bz2) = 98a7372297633d6ce6bc4216d4807673
|
||||
SHA256 (ruby-ecore-20060516.tar.bz2) = ca6ea98584c533804bfd333cad059294cb457c85322e77ea461513aeada2ad52
|
||||
SIZE (ruby-ecore-20060516.tar.bz2) = 23928
|
5
devel/ruby-ecore/pkg-descr
Normal file
5
devel/ruby-ecore/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
ruby-evas is a set of Ruby language bindings for Enlightenment's Core
|
||||
library, Ecore.
|
||||
|
||||
Author: Tilman Sauerbeck <tilman@code-monkey.de>
|
||||
WWW: http://code-monkey.de/ruby-efl/
|
8
devel/ruby-ecore/pkg-plist
Normal file
8
devel/ruby-ecore/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore_con.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore_evas.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore_job.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore_x.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore/rb_ecore_evas.h
|
||||
%%RUBY_SITEARCHLIBDIR%%/ecore/rb_window.h
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/ecore
|
Loading…
Reference in New Issue
Block a user