1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/freebase/Makefile
Pav Lucistnik f93306b52d - Update to 0.9.5
PR:		ports/95309, ports/95308
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
2006-04-25 21:09:21 +00:00

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"