freebsd-ports/databases/gigabase/Makefile
David E. O'Brien f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00

25 lines
607 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.35
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
MAINTAINER= osa@FreeBSD.org
COMMENT= Object-Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>