mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3dac76cf68
- Fix fetching. - Reworked installation script to accept --prefix option. PR: ports/87365, ports/87366 Submitted by: maintainer
24 lines
478 B
Makefile
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"
|