# New ports collection makefile for:	FreeBASE
# Date created:		16 June 2004
# Whom:			Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD: ports/devel/freebase/Makefile,v 1.9 2006/04/25 21:09:21 pav Exp $
#

PORTNAME=	freebase

COMMENT=	Plugin subsystem of FreeRIDE

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

MASTERDIR=	${.CURDIR}/../freeride
FILESDIR=	${.CURDIR}/files
PATCHDIR=	${FILESDIR}
PLIST=	${.CURDIR}/pkg-plist

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

.include "${MASTERDIR}/Makefile"


syntax highlighted by Code2HTML, v. 0.9.1