1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/graphics/ruby-redact/Makefile
Pav Lucistnik 34044921bd Redact is an Edje compiler written in Ruby.
Unlike the official Edje compiler, edje_cc, Redact doesn't read EDC code - it
reads Ruby code instead. This means that Redact will allow you to write Edjes
in a full-blown programming language.

So why is this a good thing?

With edje_cc, the only way to automate the creation of parts and/or programs
is to use CPP macros, which are very limited feature-wise and hard to debug.

WWW: http://code-monkey.de/pages/redact

PR:		ports/95498
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-08 23:43:20 +00:00

30 lines
763 B
Makefile

# New ports collection makefile for: redact
# Date created: 06 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= redact
PORTVERSION= 0.1.5
CATEGORIES= graphics ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/redact/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= An edje compiler written in ruby
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/imlib2.so:${PORTSDIR}/graphics/ruby-imlib2 \
${RUBY_SITELIBDIR}/eet.rb:${PORTSDIR}/devel/ruby-eet \
${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
.include <bsd.port.post.mk>