mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d91584cbef
PR: 21227 Submitted by: maintainer
32 lines
791 B
Makefile
32 lines
791 B
Makefile
# 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>
|