diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /databases/db2/Makefile | |
| parent | cee16c481f7e9a7dc5b8ecea4ccfb04af8ba2ab0 (diff) | |
Diffstat (limited to 'databases/db2/Makefile')
| -rw-r--r-- | databases/db2/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile deleted file mode 100644 index 22b0b1dc4274..000000000000 --- a/databases/db2/Makefile +++ /dev/null @@ -1,40 +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 - -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> |
