1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/freebase/Makefile
Sergey Matveychuk 3dac76cf68 - Split on master/slave.
- Fix fetching.
- Reworked installation script to accept --prefix option.

PR:		ports/87365, ports/87366
Submitted by:	maintainer
2005-11-09 10:45:36 +00:00

24 lines
478 B
Makefile

# New ports collection makefile for: FreeBASE
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= freebase
PORTREVISION= 1
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"