summaryrefslogtreecommitdiff
path: root/databases/ruby-frontbase/Makefile
blob: 9facc061a60c7e415278f891532a29480b51f2a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	ruby-frontbase
# Date created:		27 May 2008
# Whom:			Mitchell Smith <mjs@bur.st>
#
# $FreeBSD$
#

PORTNAME=	frontbase
PORTVERSION=	0.0.1
CATEGORIES=	databases ruby
MASTER_SITES+=	http://www.frontbase.com/download/Ruby/
PKGNAMEPREFIX=	ruby-
DISTNAME=	ruby-frontbase-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	mjs@bur.st
COMMENT=	Ruby interface to the FrontBase db engine

BUILD_DEPENDS+=	${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase
RUN_DEPENDS+=	${BUILD_DEPENDS}

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

WRKSRC=		${WRKDIR}/ruby-frontbase

CONFIGURE_WRKSRC=	${WRKSRC}
BUILD_WRKSRC=		${WRKSRC}
INSTALL_WRKSRC=		${WRKSRC}
INSTALL_TARGET=	site-install

.include <bsd.port.mk>