2004-06-23 23:18:03 +00:00
|
|
|
# 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}
|
|
|
|
|
2005-11-09 10:45:36 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../freeride
|
|
|
|
FILESDIR= ${.CURDIR}/files
|
|
|
|
PATCHDIR= ${FILESDIR}
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2004-06-23 23:18:03 +00:00
|
|
|
|
|
|
|
do-install:
|
2005-02-27 17:47:50 +00:00
|
|
|
cd ${WRKSRC}; ${RUBY} bin/install.rb --prefix=${PREFIX}
|
2004-06-23 23:18:03 +00:00
|
|
|
|
2005-11-09 10:45:36 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|