summaryrefslogtreecommitdiff
path: root/databases/db41/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /databases/db41/Makefile
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'databases/db41/Makefile')
-rw-r--r--databases/db41/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/databases/db41/Makefile b/databases/db41/Makefile
deleted file mode 100644
index 9b1fe8a00a1e..000000000000
--- a/databases/db41/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# ports collection makefile for: Berkeley DB
-# Date created: 26 Jan 1998
-# Whom: Josh Tiefenbach <josh@ican.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= db
-PORTVERSION= 2.7.7
-CATEGORIES= databases
-MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
-
-MAINTAINER= josh@ican.net
-
-Y2K= http://www.sleepycat.com/faq.html#A8
-
-MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
-WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
-
-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."
-
-.include <bsd.port.mk>