aboutsummaryrefslogblamecommitdiff
path: root/devel/freebase/Makefile
blob: 1641dc04d923e471b7507c0daf9c0bbd757725bb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                
 



                                                 



                                      

           
                                                               
 
                                
# New ports collection makefile for:	FreeBASE
# Date created:		16 June 2004
# Whom:			Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#

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"