summaryrefslogtreecommitdiff
path: root/databases/db/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-04-09 23:10:28 +0000
committertron <tron>1999-04-09 23:10:28 +0000
commite37870e6640bf48eb54921c5bed4da7b68629e1b (patch)
treeebb8c9db0a15ba30eec1563b84a015039211787f /databases/db/Makefile
parentc1d17ce1637737d8e9712bea030752da0dcc903d (diff)
downloadpkgsrc-e37870e6640bf48eb54921c5bed4da7b68629e1b.tar.gz
New "db" package:
Sleepycat Software's Berkeley DB version 2 This package is dedicated to Christoph Badura.
Diffstat (limited to 'databases/db/Makefile')
-rw-r--r--databases/db/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile
new file mode 100644
index 00000000000..707ac71f445
--- /dev/null
+++ b/databases/db/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/09 23:10:28 tron Exp $
+
+DISTNAME= db-2.7.3
+CATEGORIES= databases
+MASTER_SITES= ftp://ftp.terra.net/pub/sleepycat/ \
+ ftp://ftp.cs.tu-berlin.de/pub/misc/berkeley-db/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.sleepycat.com/
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_SCRIPT= ../dist/configure
+
+WRKSRC= ${WRKDIR}/${PKGNAME}/build_unix
+
+post-install:
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/docs/db
+
+.include "../../mk/bsd.pkg.mk"