PR: ports/114781 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: garga (mentor, implicitt)
27 lines
609 B
Makefile
27 lines
609 B
Makefile
# ports collection makefile for: gigabase
|
|
# Date created: 15 August 2000
|
|
# Whom: Sergey A. Osokin <osa@FreeBSD.org.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gigabase
|
|
PORTVERSION= 3.58
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Object-Relational Database Management System
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
USE_LDCONFIG= yes
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|