Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144456971
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile
View Options
# ports collection makefile for: Berkeley DB
# Version required: v2.*
# Date created: 26 Jan 1998
# Whom: Josh Tiefenbach <josh@ican.net>
#
# $Id: Makefile,v 1.12 1999/03/29 02:40:20 ache 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
WWW_SITE= http://www.sleepycat.com/
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>
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sun, Mar 29, 1:46 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28218349
Default Alt Text
Makefile (1 KB)
Attached To
Mode
R11 FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment