diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
| commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
| tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /databases/db2/Makefile | |
| parent | bf79fcb3d24148c21b1850f690d90d8250e040e1 (diff) | |
Notes
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 45f52b8ce495..000000000000 --- a/databases/db2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $Id: Makefile,v 1.13 1999/04/08 19:05:42 billf Exp $ -# - -DISTNAME= db-2.7.3 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.terra.net/pub/sleepycat/ - -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 - -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 "" - @echo "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @echo "have a working copy of the JDK (v1.1) installed." - @echo "" - @echo "To build java support, please read:" - @echo "" - @echo "${WRKDIR}/${DISTNAME}/java/README" - @echo "" - @echo "and follow the directions therein." - -.include <bsd.port.mk> |
