summaryrefslogtreecommitdiffstats
path: root/devel/freebase/Makefile
blob: 40eac80ab22b92d47974d413dbbeaa9c6e13d034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	FreeBASE
# Date created:		16 June 2004
# Whom:			Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#

PORTNAME=	freebase
PORTVERSION=	0.9.4
CATEGORIES=	devel ruby
MASTER_SITES=	http://rubyforge.org/frs/download.php/3931/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	freeride-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	alecn2002@yandex.ru
COMMENT=	Plugin subsystem of FreeRIDE

WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}

USE_RUBY=	yes
NO_BUILD=	yes

do-install:
	cd ${WRKSRC}; ${RUBY} bin/install.rb --prefix=${PREFIX}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud