2000-08-20 12:37:54 +02:00
|
|
|
# ports collection makefile for: gigabase
|
2000-11-19 21:17:18 +01:00
|
|
|
# Date created: 15 August 2000
|
2003-03-27 21:28:56 +01:00
|
|
|
# Whom: Sergey A. Osokin <osa@FreeBSD.org.ru>
|
2000-08-20 12:37:54 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gigabase
|
2009-02-03 10:42:52 +01:00
|
|
|
PORTVERSION= 3.68
|
2000-08-20 12:37:54 +02:00
|
|
|
CATEGORIES= databases
|
2007-07-24 00:49:29 +02:00
|
|
|
MASTER_SITES= SF
|
2000-08-20 12:37:54 +02:00
|
|
|
|
2008-12-23 20:48:32 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Object-Relational Database Management System
|
2000-08-20 12:37:54 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2002-11-20 13:24:10 +01:00
|
|
|
|
2007-12-14 17:51:04 +01:00
|
|
|
USE_GNOME= gnometarget
|
2000-08-20 12:37:54 +02:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-11-20 13:24:10 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
2007-07-24 00:49:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-10-20 17:36:29 +02:00
|
|
|
|
2007-12-14 17:51:04 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.if ${OSVERSION} < 601103
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/GETHOSTBYNAME_R/s|^#define|// #define|g' ${WRKSRC}/config.h
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|