mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a1f56ba460
The ruby extension for access to FrontBase databases is not currently available in the FreeBSD ports tree. PR: ports/124085 Submitted by: Mitchell Smith <mjs@bur.st>
33 lines
730 B
Makefile
33 lines
730 B
Makefile
# 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>
|