freebsd-ports/databases/db45/Makefile

41 lines
1.2 KiB
Makefile
Raw Normal View History

# ports collection makefile for: Berkeley DB
# Version required: v2.*
# Date created: 26 Jan 1998
# Whom: Josh Tiefenbach <josh@ican.net>
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
DISTNAME= db-2.7.5
CATEGORIES= databases
MASTER_SITES= ftp://ftp.sleepycat.com/pub/
MAINTAINER= josh@ican.net
1999-01-13 03:47:33 +01:00
Y2K= http://www.sleepycat.com/faq.html#A8
1999-03-29 04:40:20 +02:00
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
GNU_CONFIGURE= YES
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
${MKDIR} ${PREFIX}/share/examples/db2
1999-03-29 02:08:32 +02:00
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@${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."
.include <bsd.port.mk>