mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f93306b52d
PR: ports/95309, ports/95308 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# 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"
|