aboutsummaryrefslogtreecommitdiff
path: root/databases/db44/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db44/Makefile')
-rw-r--r--databases/db44/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
deleted file mode 100644
index ec9f123c3f2a..000000000000
--- a/databases/db44/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ports collection makefile for: Berkeley DB v3
-# Date created: 16 August 2000
-# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= db3
-PORTVERSION= 3.1.17
-CATEGORIES= databases
-MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
-DISTNAME= db-${PORTVERSION}
-
-MAINTAINER= ozz@FreeBSD.org.ru
-
-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 \
- --enable-dynamic \
- --prefix=${PREFIX} \
- --includedir=${PREFIX}/include/db3
-CONFIGURE_TARGET= $(ARCH)-unknown-freebsd$(OSREL)
-
-.include <bsd.port.mk>