Files
ports/databases/gigabase/Makefile
Martin Matuska 3ce519c66a - update to 3.58
PR:		ports/114781
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Approved by:	garga (mentor, implicitt)
2007-07-23 22:49:29 +00:00

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>