mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a0e6867f3b
PR: ports/75164 Submitted by: maintainer
28 lines
571 B
Makefile
28 lines
571 B
Makefile
# New ports collection makefile for: FreeBASE
|
|
# Date created: 16 June 2004
|
|
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= freebase
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/2185/
|
|
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
|
|
|
|
.include <bsd.port.mk>
|