2003-01-30 18:13:41 +01:00
|
|
|
# New ports collection makefile for: Ruby-Borges
|
|
|
|
# Date created: 31 January 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= borges
|
2004-05-03 06:32:28 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2003-01-30 18:13:41 +01:00
|
|
|
CATEGORIES= www ruby
|
2004-05-03 06:32:28 +02:00
|
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/574/
|
2003-01-30 18:13:41 +01:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 06:42:05 +01:00
|
|
|
COMMENT= A web application framework for Ruby that allows linear programming
|
2003-01-30 18:13:41 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2004-04-18 19:53:15 +02:00
|
|
|
USE_RUBY_SETUP= yes
|
2003-01-30 18:13:41 +01:00
|
|
|
|
2003-06-01 14:13:17 +02:00
|
|
|
DOCS= BUGS CHANGELOG README
|
2003-01-30 18:13:41 +01:00
|
|
|
EXAMPLES= data/examples/ruby/borges/*
|
|
|
|
|
2004-04-18 19:53:15 +02:00
|
|
|
RUBY_REQUIRE= Ruby > 180
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(RUBY_PROVIDED)
|
|
|
|
IGNORE= only works with Ruby 1.8.0 or later
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
# This port is not really RUBY_MODEXAMPLESDIR/RUBY_MODDOCDIR clean
|
|
|
|
.for d in doc examples
|
|
|
|
${MV} ${WRKSRC}/data/${d}/ruby/Borges ${WRKSRC}/data/${d}/ruby/borges
|
|
|
|
${MV} ${WRKSRC}/data/${d}/ruby ${WRKSRC}/data/${d}/${RUBY_NAME}
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${MV} ${WRKSRC}/data/${d} ${WRKSRC}/
|
2003-01-30 18:13:41 +01:00
|
|
|
.endif
|
2004-04-18 19:53:15 +02:00
|
|
|
.endfor
|
2003-01-30 18:13:41 +01:00
|
|
|
|
2004-04-18 19:53:15 +02:00
|
|
|
.include <bsd.port.post.mk>
|