freebsd-ports/databases/gigabase/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

32 lines
655 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.82
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Object-Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
USE_LDCONFIG= yes
.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>