mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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
36 lines
783 B
Makefile
36 lines
783 B
Makefile
# New ports collection makefile for: ruby-evas
|
|
# Date created: 22 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= evas
|
|
PORTVERSION= 20080302
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= ruby-evas-${PORTVERSION}
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= Ruby bindings for Evas library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
|
|
|
|
USE_BZIP2= yes
|
|
USE_RUBY= yes
|
|
USE_EFL= evas
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${LOCALBASE} \
|
|
${LOCALBASE}/bin/rake)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${SETENV} EVAS_PREFIX=${LOCALBASE} \
|
|
${LOCALBASE}/bin/rake install)
|
|
|
|
.include <bsd.port.post.mk>
|