freebsd-ports/devel/freeride/Makefile
Sam Lawrance f491ad146e Update to 0.9.4
PR:		ports/84238
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
2005-08-01 16:54:46 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: FreeRIDE
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= freeride
PORTVERSION= 0.9.4
CATEGORIES= devel ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/3931/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= alecn2002@yandex.ru
COMMENT= Ruby Integrated Developement Environment written in Ruby
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/fox12.so:${PORTSDIR}/x11-toolkits/ruby-fox-devel \
${RUBY_SITELIBDIR}/freebase/freebase.rb:${PORTSDIR}/devel/freebase \
${RUBY_SITEARCHLIBDIR}/rrb_ripper.so:${PORTSDIR}/devel/ruby-rrb
USE_RUBY= yes
NO_BUILD= yes
post-patch:
${CP} ${FILESDIR}/install.rb ${WRKSRC}/
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/freeride ${PREFIX}/bin
${CHMOD} a+w ${RUBY_SITELIBDIR}/freeride/config
#
# For testing of installation, no real install
#
install-noharm: build pre-install
cd ${WRKSRC}; ${RUBY} install.rb --no-harm
.include <bsd.port.mk>