diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-26 12:43:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-26 12:43:51 +0000 |
commit | 05cb12c356b131cbddbf7b86e5ac3d06a2a2b480 (patch) | |
tree | bfcf826d6280ef59cdcb4bd673f320875d750073 /databases/db3/Makefile | |
parent | 680ce7242f9be2fc418d9f342d96f0346d18f88e (diff) | |
download | ports-05cb12c356b131cbddbf7b86e5ac3d06a2a2b480.tar.gz ports-05cb12c356b131cbddbf7b86e5ac3d06a2a2b480.zip |
Notes
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r-- | databases/db3/Makefile | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 9b1fe8a00a1e..2f17f1f4600c 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,16 +1,17 @@ -# ports collection makefile for: Berkeley DB -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> +# ports collection makefile for: Berkeley DB v3 +# Date created: 16 August 2000 +# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # # $FreeBSD$ # -PORTNAME= db -PORTVERSION= 2.7.7 +PORTNAME= db3 +PORTVERSION= 3.1.14 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ +DISTNAME= db-${PORTVERSION} -MAINTAINER= josh@ican.net +MAINTAINER= ozz@FreeBSD.org.ru Y2K= http://www.sleepycat.com/faq.html#A8 @@ -21,21 +22,10 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - 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." + --enable-dump185 --enable-cxx \ + --enable-dynamic \ + --prefix=${PREFIX} \ + --includedir=${PREFIX}/include/db3 +CONFIGURE_TARGET= $(ARCH)-unknown-freebsd$(OSREL) .include <bsd.port.mk> |