freebsd-ports/databases/db43/Makefile
Will Andrews d91584cbef Update to 3.1.17.
PR:		21227
Submitted by:	maintainer
2000-09-16 22:57:41 +00:00

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>