freebsd-ports/databases/fastdb/Makefile
Cheng-Lung Sung 86c8f35be2 - Update to 3.70
Feature safe:	yes
2011-11-11 05:13:44 +00:00

40 lines
758 B
Makefile

# ex:ts=8
# New ports collection makefile for: fastdb
# Date created: Mar 2, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fastdb
PORTVERSION= 3.70
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Main Memory Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKE_ENV= OSTYPE="${OPSYS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKEFILE= makefile
USE_LDCONFIG= yes
PORTDOCS= FastDB.htm
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not compile
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR}
.endif
.include <bsd.port.post.mk>