mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
f491ad146e
PR: ports/84238 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
41 lines
1.0 KiB
Makefile
41 lines
1.0 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>
|