9a2e4c8b78
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
38 lines
877 B
Makefile
38 lines
877 B
Makefile
# New ports collection makefile for: ruby-edje
|
|
# Date created: 22 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= edje
|
|
PORTVERSION= 20080302
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= ruby-edje-${PORTVERSION}
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= Ruby bindings for Edje library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake \
|
|
${RUBY_SA}/evas/rb_evas.h:${PORTSDIR}/graphics/ruby-evas
|
|
|
|
USE_BZIP2= yes
|
|
USE_RUBY= yes
|
|
USE_EFL= edje
|
|
|
|
RUBY_SA= ${RUBY_SITEARCHLIBDIR}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}; ${SETENV} EDJE_PREFIX=${LOCALBASE} \
|
|
${LOCALBASE}/bin/rake)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${SETENV} EDJE_PREFIX=${LOCALBASE} \
|
|
${LOCALBASE}/bin/rake install)
|
|
|
|
.include <bsd.port.post.mk>
|