freebsd-ports/graphics/ruby-redact/Makefile
Stanislav Sedov 4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00

34 lines
809 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
PORTREVISION= 4
CATEGORIES= graphics ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/redact/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= ruby@FreeBSD.org
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
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RAKE= yes
NO_BUILD= yes
BROKEN= does not compile
DEPRECATED= abandoned upstream
EXPIRATION_DATE= 2011-01-01
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${RAKE_BIN} PREFIX=${PREFIX}/ install
.include <bsd.port.post.mk>