1997-06-13 17:54:36 +00:00
|
|
|
# ports collection makefile for: Berkeley DB
|
1998-01-26 18:43:21 +00:00
|
|
|
# Date created: 26 Jan 1998
|
1997-06-13 17:54:36 +00:00
|
|
|
# Whom: Josh Tiefenbach <josh@ican.net>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-06-13 17:54:36 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:49:07 +00:00
|
|
|
PORTNAME= db
|
|
|
|
PORTVERSION= 2.7.7
|
1997-06-13 17:54:36 +00:00
|
|
|
CATEGORIES= databases
|
2000-04-08 22:49:07 +00:00
|
|
|
MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
|
1997-06-13 17:54:36 +00:00
|
|
|
|
|
|
|
MAINTAINER= josh@ican.net
|
|
|
|
|
1999-01-13 02:47:33 +00:00
|
|
|
Y2K= http://www.sleepycat.com/faq.html#A8
|
|
|
|
|
2000-04-08 22:49:07 +00:00
|
|
|
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
1997-06-13 17:54:36 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_SCRIPT= ../dist/configure
|
|
|
|
CONFIGURE_ARGS= --enable-compat185 \
|
1997-10-03 14:13:24 +00:00
|
|
|
--enable-dump185 --enable-cxx
|
1997-06-13 17:54:36 +00:00
|
|
|
|
1997-10-03 14:13:24 +00:00
|
|
|
post-install:
|
1999-07-10 14:05:30 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/db2
|
1999-03-29 00:08:32 +00:00
|
|
|
cd ${WRKSRC}/..; \
|
|
|
|
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
|
|
|
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
1999-08-27 21:14:04 +00:00
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
|
|
|
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "To build java support, please read:"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "and follow the directions therein."
|
1997-06-13 17:54:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|